Html Css Color HEX #240C33 Blackcurrant

📋 copy color: '#240C33'

red 36 ◦ green 12 ◦ blue 51

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

Shades of Blackcurrant #240C33

Tints of Blackcurrant #240C33

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.12%

 BLUE value IS 51 (20.31% from 255) = 51.52%

R = 36.36%
G = 12.12%
B = 51.52%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#240C33 (or 0x240C33) is known color: Blackcurrant. HEX triplet: 24, 0C and 33. RGB value is (36,12,51). Sum of RGB (Red+Green+Blue) = 36+12+51=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 51 (20.31% from 255 or 51.52% from 99); Max value from RGB is 51 - color contains mainly: blue. Hex color #240C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240C33 is #DBF3CC. Grayscale: #171717. Windows color (decimal): -14414797 or 3345444. OLE color: 3345444.

HSL color Cylindrical-coordinate representation of color #240C33: hue angle of 276.92º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #240C33 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 36 12 51 -
CMYK 0.29 0.76 0 0.8
HSL 276.92º 0.62% 0.12% -
HSV(B) 276.92º 0.76% 0.2% -
XYZ 1.46 0.88 3.22 -
YUV 23.62 143.45 136.83 -
System Red Green Blue C M Y K H S L
Decimal 36 12 51 0.29 0.76 0 0.8 276.92 0.62 0.12
Hex 24 C 33 1D 4C 0 50 115 3E C
Octal 44 14 63 35 114 0 120 425 76 14
Binary 100100 1100 110011 11101 1001100 0 1010000 100010101 111110 1100

Color Harmonies of #240C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240C33

Black with #240C33

Text Example


Text Example

White with #240C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,12,51); }

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

background-color css

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

 a { background-color: rgb(36,12,51); }

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

border-color css

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

 span { border-color: rgb(36,12,51); }

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