Html Css Color HEX #2F1615 Seal Brown

📋 copy color: '#2F1615'

red 47 ◦ green 22 ◦ blue 21

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

Shades of Seal Brown #2F1615

Tints of Seal Brown #2F1615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 24.44%

 BLUE value IS 21 (8.59% from 255) = 23.33%

R = 52.22%
G = 24.44%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.82

RGB Variations

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

Color information

#2F1615 (or 0x2F1615) is known color: Seal Brown. HEX triplet: 2F, 16 and 15. RGB value is (47,22,21). Sum of RGB (Red+Green+Blue) = 47+22+21=90 (11% of max value = 765). Red value is 47 (18.75% from 255 or 52.22% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1615 is #D0E9EA. Grayscale: #1D1D1D. Windows color (decimal): -13691371 or 1381935. OLE color: 1381935.

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

Color convert

RGB 47 22 21 -
CMYK 0 0.53 0.55 0.82
HSL 2.31º 0.38% 0.13% -
HSV(B) 2.31º 0.55% 0.18% -
XYZ 1.59 1.23 0.86 -
YUV 29.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 47 22 21 0 0.53 0.55 0.82 2.31 0.38 0.13
Hex 2F 16 15 0 35 37 52 2 26 D
Octal 57 26 25 0 65 67 122 2 46 15
Binary 101111 10110 10101 0 110101 110111 1010010 10 100110 1101

Color Harmonies of #2F1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1615

Black with #2F1615

Text Example


Text Example

White with #2F1615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,22,21); }

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

background-color css

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

 a { background-color: rgb(47,22,21); }

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

border-color css

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

 span { border-color: rgb(47,22,21); }

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