Html Css Color HEX #240D32 Blackcurrant

📋 copy color: '#240D32'

red 36 ◦ green 13 ◦ blue 50

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

Shades of Blackcurrant #240D32

Tints of Blackcurrant #240D32

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.13%

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

R = 36.36%
G = 13.13%
B = 50.51%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#240D32 (or 0x240D32) is known color: Blackcurrant. HEX triplet: 24, 0D and 32. RGB value is (36,13,50). Sum of RGB (Red+Green+Blue) = 36+13+50=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 50 (19.92% from 255 or 50.51% from 99); Max value from RGB is 50 - color contains mainly: blue. Hex color #240D32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240D32 is #DBF2CD. Grayscale: #171717. Windows color (decimal): -14414542 or 3280164. OLE color: 3280164.

HSL color Cylindrical-coordinate representation of color #240D32: hue angle of 277.3º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #240D32 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 36 13 50 -
CMYK 0.28 0.74 0 0.80
HSL 277.3º 0.59% 0.12% -
HSV(B) 277.3º 0.74% 0.2% -
XYZ 1.45 0.89 3.11 -
YUV 24.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 36 13 50 0.28 0.74 0 0.80 277.3 0.59 0.12
Hex 24 D 32 1C 4A 0 50 115 3B C
Octal 44 15 62 34 112 0 120 425 73 14
Binary 100100 1101 110010 11100 1001010 0 1010000 100010101 111011 1100

Color Harmonies of #240D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240D32

Black with #240D32

Text Example


Text Example

White with #240D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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