Html Css Color HEX #241201 Cocoa Brown

📋 copy color: '#241201'

red 36 ◦ green 18 ◦ blue 1

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

Shades of Cocoa Brown #241201

Tints of Cocoa Brown #241201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 32.73%

 BLUE value IS 1 (0.78% from 255) = 1.82%

R = 65.45%
G = 32.73%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#241201 (or 0x241201) is known color: Cocoa Brown. HEX triplet: 24, 12 and 01. RGB value is (36,18,1). Sum of RGB (Red+Green+Blue) = 36+18+1=55 (7% of max value = 765). Red value is 36 (14.45% from 255 or 65.45% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 36 - color contains mainly: red. Hex color #241201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241201 is #DBEDFE. Grayscale: #151515. Windows color (decimal): -14413311 or 70180. OLE color: 70180.

HSL color Cylindrical-coordinate representation of color #241201: hue angle of 29.14º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #241201 is Cyan = 0, Magento = 0.5, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 18 1 -
CMYK 0 0.5 0.97 0.86
HSL 29.14º 0.95% 0.07% -
HSV(B) 29.14º 0.97% 0.14% -
XYZ 0.95 0.81 0.14 -
YUV 21.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 36 18 1 0 0.5 0.97 0.86 29.14 0.95 0.07
Hex 24 12 1 0 32 61 56 1D 5F 7
Octal 44 22 1 0 62 141 126 35 137 7
Binary 100100 10010 1 0 110010 1100001 1010110 11101 1011111 111

Color Harmonies of #241201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241201

Black with #241201

Text Example


Text Example

White with #241201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241201; }

 p { color: rgb(36,18,1); }

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

background-color css

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

 a { background-color: rgb(36,18,1); }

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

border-color css

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

 span { border-color: rgb(36,18,1); }

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