Html Css Color HEX #2F1312 Seal Brown

📋 copy color: '#2F1312'

red 47 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #2F1312

Tints of Seal Brown #2F1312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.62%

 BLUE value IS 18 (7.42% from 255) = 21.43%

R = 55.95%
G = 22.62%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.82

RGB Variations

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

Color information

#2F1312 (or 0x2F1312) is known color: Seal Brown. HEX triplet: 2F, 13 and 12. RGB value is (47,19,18). Sum of RGB (Red+Green+Blue) = 47+19+18=84 (11% of max value = 765). Red value is 47 (18.75% from 255 or 55.95% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1312 is #D0ECED. Grayscale: #1B1B1B. Windows color (decimal): -13692142 or 1184559. OLE color: 1184559.

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

Color convert

RGB 47 19 18 -
CMYK 0 0.60 0.62 0.82
HSL 2.07º 0.45% 0.13% -
HSV(B) 2.07º 0.62% 0.18% -
XYZ 1.51 1.11 0.71 -
YUV 27.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 47 19 18 0 0.60 0.62 0.82 2.07 0.45 0.13
Hex 2F 13 12 0 3C 3E 52 2 2D D
Octal 57 23 22 0 74 76 122 2 55 15
Binary 101111 10011 10010 0 111100 111110 1010010 10 101101 1101

Color Harmonies of #2F1312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1312

Black with #2F1312

Text Example


Text Example

White with #2F1312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,19,18); }

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

background-color css

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

 a { background-color: rgb(47,19,18); }

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

border-color css

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

 span { border-color: rgb(47,19,18); }

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