Html Css Color HEX #241304 Cocoa Brown

📋 copy color: '#241304'

red 36 ◦ green 19 ◦ blue 4

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

Shades of Cocoa Brown #241304

Tints of Cocoa Brown #241304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 32.2%

 BLUE value IS 4 (1.95% from 255) = 6.78%

R = 61.02%
G = 32.2%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.86

RGB Variations

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

Color information

#241304 (or 0x241304) is known color: Cocoa Brown. HEX triplet: 24, 13 and 04. RGB value is (36,19,4). Sum of RGB (Red+Green+Blue) = 36+19+4=59 (7% of max value = 765). Red value is 36 (14.45% from 255 or 61.02% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 36 - color contains mainly: red. Hex color #241304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241304 is #DBECFB. Grayscale: #161616. Windows color (decimal): -14413052 or 267044. OLE color: 267044.

HSL color Cylindrical-coordinate representation of color #241304: hue angle of 28.12º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #241304 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 19 4 -
CMYK 0 0.47 0.89 0.86
HSL 28.13º 0.8% 0.08% -
HSV(B) 28.13º 0.89% 0.14% -
XYZ 0.98 0.85 0.23 -
YUV 22.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 36 19 4 0 0.47 0.89 0.86 28.13 0.8 0.08
Hex 24 13 4 0 2F 59 56 1C 50 8
Octal 44 23 4 0 57 131 126 34 120 10
Binary 100100 10011 100 0 101111 1011001 1010110 11100 1010000 1000

Color Harmonies of #241304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241304

Black with #241304

Text Example


Text Example

White with #241304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241304; }

 p { color: rgb(36,19,4); }

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

background-color css

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

 a { background-color: rgb(36,19,4); }

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

border-color css

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

 span { border-color: rgb(36,19,4); }

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