Html Css Color HEX #331C01 Cocoa Brown

📋 copy color: '#331C01'

red 51 ◦ green 28 ◦ blue 1

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

Shades of Cocoa Brown #331C01

Tints of Cocoa Brown #331C01

RGB

 RED value IS 51 (20.31% from 255) = 63.75%

 GREEN value IS 28 (11.33% from 255) = 35%

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

R = 63.75%
G = 35%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.8

RGB Variations

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

Color information

#331C01 (or 0x331C01) is known color: Cocoa Brown. HEX triplet: 33, 1C and 01. RGB value is (51,28,1). Sum of RGB (Red+Green+Blue) = 51+28+1=80 (10% of max value = 765). Red value is 51 (20.31% from 255 or 63.75% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 51 - color contains mainly: red. Hex color #331C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331C01 is #CCE3FE. Grayscale: #1F1F1F. Windows color (decimal): -13427711 or 72755. OLE color: 72755.

HSL color Cylindrical-coordinate representation of color #331C01: hue angle of 32.4º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #331C01 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 28 1 -
CMYK 0 0.45 0.98 0.8
HSL 32.4º 0.96% 0.1% -
HSV(B) 32.4º 0.98% 0.2% -
XYZ 1.79 1.54 0.23 -
YUV 31.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 51 28 1 0 0.45 0.98 0.8 32.4 0.96 0.1
Hex 33 1C 1 0 2D 62 50 20 60 A
Octal 63 34 1 0 55 142 120 40 140 12
Binary 110011 11100 1 0 101101 1100010 1010000 100000 1100000 1010

Color Harmonies of #331C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331C01

Black with #331C01

Text Example


Text Example

White with #331C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331C01; }

 p { color: rgb(51,28,1); }

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

background-color css

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

 a { background-color: rgb(51,28,1); }

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

border-color css

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

 span { border-color: rgb(51,28,1); }

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