Html Css Color HEX #241B10 Cocoa Brown

📋 copy color: '#241B10'

red 36 ◦ green 27 ◦ blue 16

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

Shades of Cocoa Brown #241B10

Tints of Cocoa Brown #241B10

RGB

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

 GREEN value IS 27 (10.94% from 255) = 34.18%

 BLUE value IS 16 (6.64% from 255) = 20.25%

R = 45.57%
G = 34.18%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.86

RGB Variations

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

Color information

#241B10 (or 0x241B10) is known color: Cocoa Brown. HEX triplet: 24, 1B and 10. RGB value is (36,27,16). Sum of RGB (Red+Green+Blue) = 36+27+16=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 16 (6.64% from 255 or 20.25% from 79); Max value from RGB is 36 - color contains mainly: red. Hex color #241B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241B10 is #DBE4EF. Grayscale: #1C1C1C. Windows color (decimal): -14410992 or 1055524. OLE color: 1055524.

HSL color Cylindrical-coordinate representation of color #241B10: hue angle of 33º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #241B10 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 27 16 -
CMYK 0 0.25 0.56 0.86
HSL 33º 0.38% 0.1% -
HSV(B) 33º 0.56% 0.14% -
XYZ 1.21 1.2 0.66 -
YUV 28.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 36 27 16 0 0.25 0.56 0.86 33 0.38 0.1
Hex 24 1B 10 0 19 38 56 21 26 A
Octal 44 33 20 0 31 70 126 41 46 12
Binary 100100 11011 10000 0 11001 111000 1010110 100001 100110 1010

Color Harmonies of #241B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241B10

Black with #241B10

Text Example


Text Example

White with #241B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241B10; }

 p { color: rgb(36,27,16); }

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

background-color css

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

 a { background-color: rgb(36,27,16); }

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

border-color css

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

 span { border-color: rgb(36,27,16); }

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