Html Css Color HEX #2F0F07 Seal Brown

📋 copy color: '#2F0F07'

red 47 ◦ green 15 ◦ blue 7

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

Shades of Seal Brown #2F0F07

Tints of Seal Brown #2F0F07

RGB

 RED value IS 47 (18.75% from 255) = 68.12%

 GREEN value IS 15 (6.25% from 255) = 21.74%

 BLUE value IS 7 (3.13% from 255) = 10.14%

R = 68.12%
G = 21.74%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.82

RGB Variations

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

Color information

#2F0F07 (or 0x2F0F07) is known color: Seal Brown. HEX triplet: 2F, 0F and 07. RGB value is (47,15,7). Sum of RGB (Red+Green+Blue) = 47+15+7=69 (9% of max value = 765). Red value is 47 (18.75% from 255 or 68.12% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 7 (3.12% from 255 or 10.14% from 69); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0F07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0F07 is #D0F0F8. Grayscale: #171717. Windows color (decimal): -13693177 or 462639. OLE color: 462639.

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

Color convert

RGB 47 15 7 -
CMYK 0 0.68 0.85 0.82
HSL 12º 0.74% 0.11% -
HSV(B) 12º 0.85% 0.18% -
XYZ 1.38 0.96 0.31 -
YUV 23.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 47 15 7 0 0.68 0.85 0.82 12 0.74 0.11
Hex 2F F 7 0 44 55 52 C 4A B
Octal 57 17 7 0 104 125 122 14 112 13
Binary 101111 1111 111 0 1000100 1010101 1010010 1100 1001010 1011

Color Harmonies of #2F0F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0F07

Black with #2F0F07

Text Example


Text Example

White with #2F0F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,15,7); }

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

background-color css

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

 a { background-color: rgb(47,15,7); }

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

border-color css

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

 span { border-color: rgb(47,15,7); }

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