#2F0B03

Color #2F0B03 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #2F0B03

Tints of Seal Brown #2F0B03

Color information

#2F0B03 (or 0x2F0B03) is unknown color: approx Seal Brown. HEX triplet: 2F, 0B and 03. RGB value is (47,11,3). Sum of RGB (Red+Green+Blue) = 47+11+3=61 (8% of max value = 765). Red value is 47 (18.75% from 255 or 77.05% from 61); Green value is 11 (4.69% from 255 or 18.03% from 61); Blue value is 3 (1.56% from 255 or 4.92% from 61); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0B03 is #D0F4FC. Grayscale: #141414. Windows color (decimal): -13694205 or 199471. OLE color: 199471.

HSL color Cylindrical-coordinate representation of color #2F0B03: hue angle of 10.91º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0B03 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.82.

Color convert

RGB47113-
CMYK00.770.940.82
HSL10.91º88%9.8%-
HSV(B)10.91º93.62%18.43%-
XYZ1.310.850.18-
YUV20.85117.93146.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 77.05%
GREEN value IS 11 (4.69% from 255) = 18.03%
BLUE value IS 3 (1.56% from 255) = 4.92%
R=77.05%
G=18.03%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4711300.770.940.8210.91889.8
Hex2FB304D5E52b58a
Octal5713301151361221313012
Binary1011111011110100110110111101010010101110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F0B03; }

 p { color: rgb(47,11,3); }

 H1.HeaderClassName
 {
   color: #2F0B03;
 }
 .AnyTagClassName
 {
   color: #2F0B03;
 }
</style>
background-color css

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

 a { background-color: rgb(47,11,3); }

 div.DivClassName
 {
   background-color: #2F0B03;
 }
 .BgClassName
 {
   background-color: #2F0B03;
 }
</style>
border-color css

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

 span { border-color: rgb(47,11,3); }

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