Html Css Color HEX #131212 Seal Brown

📋 copy color: '#131212'

red 19 ◦ green 18 ◦ blue 18

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

Shades of Seal Brown #131212

Tints of Seal Brown #131212

RGB

 RED value IS 19 (7.81% from 255) = 34.55%

 GREEN value IS 18 (7.42% from 255) = 32.73%

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

R = 34.55%
G = 32.73%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.93

RGB Variations

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

Color information

#131212 (or 0x131212) is known color: Seal Brown. HEX triplet: 13, 12 and 12. RGB value is (19,18,18). Sum of RGB (Red+Green+Blue) = 19+18+18=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 19 - color contains mainly: red. Hex color #131212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131212 is #ECEDED. Grayscale: #121212. Windows color (decimal): -15527406 or 1184275. OLE color: 1184275.

HSL color Cylindrical-coordinate representation of color #131212: hue angle of 0º degrees, saturation: 0.03, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #131212 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 18 18 -
CMYK 0 0.05 0.05 0.93
HSL 0.03% 0.07% -
HSV(B) 0.05% 0.07% -
XYZ 0.59 0.61 0.66 -
YUV 18.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 19 18 18 0 0.05 0.05 0.93 0 0.03 0.07
Hex 13 12 12 0 5 5 5D 0 3 7
Octal 23 22 22 0 5 5 135 0 3 7
Binary 10011 10010 10010 0 101 101 1011101 0 11 111

Color Harmonies of #131212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131212

Black with #131212

Text Example


Text Example

White with #131212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131212; }

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

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

background-color css

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

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

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

border-color css

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

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

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