#2F100B

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

Shades of Seal Brown #2F100B

Tints of Seal Brown #2F100B

Color information

#2F100B (or 0x2F100B) is unknown color: approx Seal Brown. HEX triplet: 2F, 10 and 0B. RGB value is (47,16,11). Sum of RGB (Red+Green+Blue) = 47+16+11=74 (9% of max value = 765). Red value is 47 (18.75% from 255 or 63.51% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 47 - color contains mainly: red. Hex color #2F100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F100B is #D0EFF4. Grayscale: #181818. Windows color (decimal): -13692917 or 725039. OLE color: 725039.

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

Color convert

RGB471611-
CMYK00.660.770.82
HSL8.33º62.07%11.37%-
HSV(B)8.33º76.6%18.43%-
XYZ1.4210.43-
YUV24.7120.27143.91-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 63.51%
GREEN value IS 16 (6.64% from 255) = 21.62%
BLUE value IS 11 (4.69% from 255) = 14.86%
R=63.51%
G=21.62%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47161100.660.770.828.3362.0711.37
Hex2F10B0424D5283eb
Octal5720130102115122107613
Binary101111100001011010000101001101101001010001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F100B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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