Html Css Color HEX #2F1C19 Seal Brown

📋 copy color: '#2F1C19'

red 47 ◦ green 28 ◦ blue 25

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

Shades of Seal Brown #2F1C19

Tints of Seal Brown #2F1C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 28%

 BLUE value IS 25 (10.16% from 255) = 25%

R = 47%
G = 28%
B = 25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.82

RGB Variations

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

Color information

#2F1C19 (or 0x2F1C19) is known color: Seal Brown. HEX triplet: 2F, 1C and 19. RGB value is (47,28,25). Sum of RGB (Red+Green+Blue) = 47+28+25=100 (13% of max value = 765). Red value is 47 (18.75% from 255 or 47% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1C19 is #D0E3E6. Grayscale: #212121. Windows color (decimal): -13689831 or 1645615. OLE color: 1645615.

HSL color Cylindrical-coordinate representation of color #2F1C19: hue angle of 8.18º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F1C19 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 28 25 -
CMYK 0 0.40 0.47 0.82
HSL 8.18º 0.31% 0.14% -
HSV(B) 8.18º 0.47% 0.18% -
XYZ 1.76 1.51 1.12 -
YUV 33.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 47 28 25 0 0.40 0.47 0.82 8.18 0.31 0.14
Hex 2F 1C 19 0 28 2F 52 8 1F E
Octal 57 34 31 0 50 57 122 10 37 16
Binary 101111 11100 11001 0 101000 101111 1010010 1000 11111 1110

Color Harmonies of #2F1C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1C19

Black with #2F1C19

Text Example


Text Example

White with #2F1C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,28,25); }

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

background-color css

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

 a { background-color: rgb(47,28,25); }

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

border-color css

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

 span { border-color: rgb(47,28,25); }

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