Html Css Color HEX #240832 Blackcurrant

📋 copy color: '#240832'

red 36 ◦ green 8 ◦ blue 50

#240832
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #240832

Tints of Blackcurrant #240832

RGB

 RED value IS 36 (14.45% from 255) = 38.3%

 GREEN value IS 8 (3.52% from 255) = 8.51%

 BLUE value IS 50 (19.92% from 255) = 53.19%

R = 38.3%
G = 8.51%
B = 53.19%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.80

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#240832 (or 0x240832) is known color: Blackcurrant. HEX triplet: 24, 08 and 32. RGB value is (36,8,50). Sum of RGB (Red+Green+Blue) = 36+8+50=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 50 (19.92% from 255 or 53.19% from 94); Max value from RGB is 50 - color contains mainly: blue. Hex color #240832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240832 is #DBF7CD. Grayscale: #151515. Windows color (decimal): -14415822 or 3278884. OLE color: 3278884.

HSL color Cylindrical-coordinate representation of color #240832: hue angle of 280º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #240832 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 36 8 50 -
CMYK 0.28 0.84 0 0.80
HSL 280º 0.72% 0.11% -
HSV(B) 280º 0.84% 0.2% -
XYZ 1.39 0.78 3.09 -
YUV 21.16 144.28 138.58 -
System Red Green Blue C M Y K H S L
Decimal 36 8 50 0.28 0.84 0 0.80 280 0.72 0.11
Hex 24 8 32 1C 54 0 50 118 48 B
Octal 44 10 62 34 124 0 120 430 110 13
Binary 100100 1000 110010 11100 1010100 0 1010000 100011000 1001000 1011

Color Harmonies of #240832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240832

Black with #240832

Text Example


Text Example

White with #240832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240832; }

 p { color: rgb(36,8,50); }

 H1.HeaderClassName
 {
   color: #240832;
 }
 .AnyTagClassName
 {
   color: #240832;
 }
</style>

background-color css

<style>
 a { background-color: #240832; }

 a { background-color: rgb(36,8,50); }

 div.DivClassName
 {
   background-color: #240832;
 }
 .BgClassName
 {
   background-color: #240832;
 }
</style>

border-color css

<style>
 span { border-color: #240832; }

 span { border-color: rgb(36,8,50); }

 td.TdClassName
 {
   border-color: #240832;
 }
 .TagClassName
 {
   border-color: #240832;
 }
</style>