Html Css Color HEX #331203 Brown Pod

📋 copy color: '#331203'

red 51 ◦ green 18 ◦ blue 3

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

Shades of Brown Pod #331203

Tints of Brown Pod #331203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 4.17%

R = 70.83%
G = 25%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.8

RGB Variations

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

Color information

#331203 (or 0x331203) is known color: Brown Pod. HEX triplet: 33, 12 and 03. RGB value is (51,18,3). Sum of RGB (Red+Green+Blue) = 51+18+3=72 (9% of max value = 765). Red value is 51 (20.31% from 255 or 70.83% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 51 - color contains mainly: red. Hex color #331203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331203 is #CCEDFC. Grayscale: #1A1A1A. Windows color (decimal): -13430269 or 201267. OLE color: 201267.

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

Color convert

RGB 51 18 3 -
CMYK 0 0.65 0.94 0.8
HSL 18.75º 0.89% 0.11% -
HSV(B) 18.75º 0.94% 0.2% -
XYZ 1.6 1.14 0.22 -
YUV 26.16 114.93 145.72 -
System Red Green Blue C M Y K H S L
Decimal 51 18 3 0 0.65 0.94 0.8 18.75 0.89 0.11
Hex 33 12 3 0 41 5E 50 13 59 B
Octal 63 22 3 0 101 136 120 23 131 13
Binary 110011 10010 11 0 1000001 1011110 1010000 10011 1011001 1011

Color Harmonies of #331203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331203

Black with #331203

Text Example


Text Example

White with #331203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331203; }

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

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

background-color css

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

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

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

border-color css

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

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

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