Html Css Color HEX #331202 Brown Pod

📋 copy color: '#331202'

red 51 ◦ green 18 ◦ blue 2

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

Shades of Brown Pod #331202

Tints of Brown Pod #331202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25.35%

 BLUE value IS 2 (1.17% from 255) = 2.82%

R = 71.83%
G = 25.35%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.8

RGB Variations

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

Color information

#331202 (or 0x331202) is known color: Brown Pod. HEX triplet: 33, 12 and 02. RGB value is (51,18,2). Sum of RGB (Red+Green+Blue) = 51+18+2=71 (9% of max value = 765). Red value is 51 (20.31% from 255 or 71.83% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 51 - color contains mainly: red. Hex color #331202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331202 is #CCEDFD. Grayscale: #1A1A1A. Windows color (decimal): -13430270 or 135731. OLE color: 135731.

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

Color convert

RGB 51 18 2 -
CMYK 0 0.65 0.96 0.8
HSL 19.59º 0.92% 0.1% -
HSV(B) 19.59º 0.96% 0.2% -
XYZ 1.59 1.14 0.19 -
YUV 26.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 51 18 2 0 0.65 0.96 0.8 19.59 0.92 0.1
Hex 33 12 2 0 41 60 50 14 5C A
Octal 63 22 2 0 101 140 120 24 134 12
Binary 110011 10010 10 0 1000001 1100000 1010000 10100 1011100 1010

Color Harmonies of #331202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331202

Black with #331202

Text Example


Text Example

White with #331202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331202; }

 p { color: rgb(51,18,2); }

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

background-color css

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

 a { background-color: rgb(51,18,2); }

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

border-color css

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

 span { border-color: rgb(51,18,2); }

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