Html Css Color HEX #2F0B03 Seal Brown

📋 copy color: '#2F0B03'

red 47 ◦ green 11 ◦ blue 3

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

Shades of Seal Brown #2F0B03

Tints of Seal Brown #2F0B03

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 value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.82

RGB Variations

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

Color information

#2F0B03 (or 0x2F0B03) is known color: 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

RGB 47 11 3 -
CMYK 0 0.77 0.94 0.82
HSL 10.91º 0.88% 0.1% -
HSV(B) 10.91º 0.94% 0.18% -
XYZ 1.31 0.85 0.18 -
YUV 20.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 47 11 3 0 0.77 0.94 0.82 10.91 0.88 0.1
Hex 2F B 3 0 4D 5E 52 B 58 A
Octal 57 13 3 0 115 136 122 13 130 12
Binary 101111 1011 11 0 1001101 1011110 1010010 1011 1011000 1010

Color Harmonies of #2F0B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0B03

Black with #2F0B03

Text Example


Text Example

White with #2F0B03

Text Example


Text Example

HTML Codes & Css Web 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>