Html Css Color HEX #240C2C Blackcurrant

📋 copy color: '#240C2C'

red 36 ◦ green 12 ◦ blue 44

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

Shades of Blackcurrant #240C2C

Tints of Blackcurrant #240C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 47.83%

R = 39.13%
G = 13.04%
B = 47.83%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#240C2C (or 0x240C2C) is known color: Blackcurrant. HEX triplet: 24, 0C and 2C. RGB value is (36,12,44). Sum of RGB (Red+Green+Blue) = 36+12+44=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 44 - color contains mainly: blue. Hex color #240C2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240C2C is #DBF3D3. Grayscale: #161616. Windows color (decimal): -14414804 or 2886692. OLE color: 2886692.

HSL color Cylindrical-coordinate representation of color #240C2C: hue angle of 285º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #240C2C is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 36 12 44 -
CMYK 0.18 0.73 0 0.83
HSL 285º 0.57% 0.11% -
HSV(B) 285º 0.73% 0.17% -
XYZ 1.31 0.82 2.47 -
YUV 22.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 36 12 44 0.18 0.73 0 0.83 285 0.57 0.11
Hex 24 C 2C 12 49 0 53 11D 39 B
Octal 44 14 54 22 111 0 123 435 71 13
Binary 100100 1100 101100 10010 1001001 0 1010011 100011101 111001 1011

Color Harmonies of #240C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240C2C

Black with #240C2C

Text Example


Text Example

White with #240C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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