Html Css Color HEX #2B1917 Seal Brown

📋 copy color: '#2B1917'

red 43 ◦ green 25 ◦ blue 23

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

Shades of Seal Brown #2B1917

Tints of Seal Brown #2B1917

RGB

 RED value IS 43 (17.19% from 255) = 47.25%

 GREEN value IS 25 (10.16% from 255) = 27.47%

 BLUE value IS 23 (9.38% from 255) = 25.27%

R = 47.25%
G = 27.47%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.83

RGB Variations

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

Color information

#2B1917 (or 0x2B1917) is known color: Seal Brown. HEX triplet: 2B, 19 and 17. RGB value is (43,25,23). Sum of RGB (Red+Green+Blue) = 43+25+23=91 (12% of max value = 765). Red value is 43 (17.19% from 255 or 47.25% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1917 is #D4E6E8. Grayscale: #1E1E1E. Windows color (decimal): -13952745 or 1513771. OLE color: 1513771.

HSL color Cylindrical-coordinate representation of color #2B1917: hue angle of 6º degrees, saturation: 0.3, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2B1917 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.83.

Color convert

RGB 43 25 23 -
CMYK 0 0.42 0.47 0.83
HSL 0.3% 0.13% -
HSV(B) 0.47% 0.17% -
XYZ 1.5 1.27 0.98 -
YUV 30.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 43 25 23 0 0.42 0.47 0.83 6 0.3 0.13
Hex 2B 19 17 0 2A 2F 53 6 1E D
Octal 53 31 27 0 52 57 123 6 36 15
Binary 101011 11001 10111 0 101010 101111 1010011 110 11110 1101

Color Harmonies of #2B1917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1917

Black with #2B1917

Text Example


Text Example

White with #2B1917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,25,23); }

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

background-color css

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

 a { background-color: rgb(43,25,23); }

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

border-color css

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

 span { border-color: rgb(43,25,23); }

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