Html Css Color HEX #241000 Cocoa Brown

📋 copy color: '#241000'

red 36 ◦ green 16 ◦ blue 0

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

Shades of Cocoa Brown #241000

Tints of Cocoa Brown #241000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 30.77%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.23%
G = 30.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#241000 (or 0x241000) is known color: Cocoa Brown. HEX triplet: 24, 10 and 00. RGB value is (36,16,0). Sum of RGB (Red+Green+Blue) = 36+16+0=52 (6% of max value = 765). Red value is 36 (14.45% from 255 or 69.23% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 0 (0.39% from 255 or 0% from 52); Max value from RGB is 36 - color contains mainly: red. Hex color #241000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241000 is #DBEFFF. Grayscale: #141414. Windows color (decimal): -14413824 or 4132. OLE color: 4132.

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

Color convert

RGB 36 16 0 -
CMYK 0 0.56 1 0.86
HSL 26.67º 1% 0.07% -
HSV(B) 26.67º 1% 0.14% -
XYZ 0.91 0.75 0.1 -
YUV 20.16 116.63 139.3 -
System Red Green Blue C M Y K H S L
Decimal 36 16 0 0 0.56 1 0.86 26.67 1 0.07
Hex 24 10 0 0 38 64 56 1B 64 7
Octal 44 20 0 0 70 144 126 33 144 7
Binary 100100 10000 0 0 111000 1100100 1010110 11011 1100100 111

Color Harmonies of #241000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241000

Black with #241000

Text Example


Text Example

White with #241000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241000; }

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

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

background-color css

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

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

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

border-color css

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

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

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