Html Css Color HEX #241301 Cocoa Brown

📋 copy color: '#241301'

red 36 ◦ green 19 ◦ blue 1

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

Shades of Cocoa Brown #241301

Tints of Cocoa Brown #241301

RGB

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

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

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

R = 64.29%
G = 33.93%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#241301 (or 0x241301) is known color: Cocoa Brown. HEX triplet: 24, 13 and 01. RGB value is (36,19,1). Sum of RGB (Red+Green+Blue) = 36+19+1=56 (7% of max value = 765). Red value is 36 (14.45% from 255 or 64.29% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 36 - color contains mainly: red. Hex color #241301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241301 is #DBECFE. Grayscale: #161616. Windows color (decimal): -14413055 or 70436. OLE color: 70436.

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

Color convert

RGB 36 19 1 -
CMYK 0 0.47 0.97 0.86
HSL 30.86º 0.95% 0.07% -
HSV(B) 30.86º 0.97% 0.14% -
XYZ 0.97 0.84 0.14 -
YUV 22.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 36 19 1 0 0.47 0.97 0.86 30.86 0.95 0.07
Hex 24 13 1 0 2F 61 56 1F 5F 7
Octal 44 23 1 0 57 141 126 37 137 7
Binary 100100 10011 1 0 101111 1100001 1010110 11111 1011111 111

Color Harmonies of #241301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241301

Black with #241301

Text Example


Text Example

White with #241301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241301; }

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

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

background-color css

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

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

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

border-color css

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

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

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