Html Css Color HEX #2F1B1A Seal Brown

📋 copy color: '#2F1B1A'

red 47 ◦ green 27 ◦ blue 26

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

Shades of Seal Brown #2F1B1A

Tints of Seal Brown #2F1B1A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 27%

 BLUE value IS 26 (10.55% from 255) = 26%

R = 47%
G = 27%
B = 26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.82

RGB Variations

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

Color information

#2F1B1A (or 0x2F1B1A) is known color: Seal Brown. HEX triplet: 2F, 1B and 1A. RGB value is (47,27,26). Sum of RGB (Red+Green+Blue) = 47+27+26=100 (13% of max value = 765). Red value is 47 (18.75% from 255 or 47% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1B1A is #D0E4E5. Grayscale: #202020. Windows color (decimal): -13690086 or 1710895. OLE color: 1710895.

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

Color convert

RGB 47 27 26 -
CMYK 0 0.43 0.45 0.82
HSL 2.86º 0.29% 0.14% -
HSV(B) 2.86º 0.45% 0.18% -
XYZ 1.75 1.46 1.17 -
YUV 32.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 47 27 26 0 0.43 0.45 0.82 2.86 0.29 0.14
Hex 2F 1B 1A 0 2B 2D 52 3 1D E
Octal 57 33 32 0 53 55 122 3 35 16
Binary 101111 11011 11010 0 101011 101101 1010010 11 11101 1110

Color Harmonies of #2F1B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1B1A

Black with #2F1B1A

Text Example


Text Example

White with #2F1B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,27,26); }

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

background-color css

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

 a { background-color: rgb(47,27,26); }

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

border-color css

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

 span { border-color: rgb(47,27,26); }

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