Html Css Color HEX #241401 Cocoa Brown

📋 copy color: '#241401'

red 36 ◦ green 20 ◦ blue 1

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

Shades of Cocoa Brown #241401

Tints of Cocoa Brown #241401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 35.09%

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

R = 63.16%
G = 35.09%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#241401 (or 0x241401) is known color: Cocoa Brown. HEX triplet: 24, 14 and 01. RGB value is (36,20,1). Sum of RGB (Red+Green+Blue) = 36+20+1=57 (7% of max value = 765). Red value is 36 (14.45% from 255 or 63.16% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 1 (0.78% from 255 or 1.75% from 57); Max value from RGB is 36 - color contains mainly: red. Hex color #241401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241401 is #DBEBFE. Grayscale: #161616. Windows color (decimal): -14412799 or 70692. OLE color: 70692.

HSL color Cylindrical-coordinate representation of color #241401: hue angle of 32.57º 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 #241401 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 20 1 -
CMYK 0 0.44 0.97 0.86
HSL 32.57º 0.95% 0.07% -
HSV(B) 32.57º 0.97% 0.14% -
XYZ 0.98 0.88 0.15 -
YUV 22.62 115.8 137.54 -
System Red Green Blue C M Y K H S L
Decimal 36 20 1 0 0.44 0.97 0.86 32.57 0.95 0.07
Hex 24 14 1 0 2C 61 56 21 5F 7
Octal 44 24 1 0 54 141 126 41 137 7
Binary 100100 10100 1 0 101100 1100001 1010110 100001 1011111 111

Color Harmonies of #241401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241401

Black with #241401

Text Example


Text Example

White with #241401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241401; }

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

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

background-color css

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

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

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

border-color css

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

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

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