Html Css Color HEX #141212 Seal Brown

📋 copy color: '#141212'

red 20 ◦ green 18 ◦ blue 18

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

Shades of Seal Brown #141212

Tints of Seal Brown #141212

RGB

 RED value IS 20 (8.2% from 255) = 35.71%

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

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

R = 35.71%
G = 32.14%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#141212 (or 0x141212) is known color: Seal Brown. HEX triplet: 14, 12 and 12. RGB value is (20,18,18). Sum of RGB (Red+Green+Blue) = 20+18+18=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 20 - color contains mainly: red. Hex color #141212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141212 is #EBEDED. Grayscale: #121212. Windows color (decimal): -15461870 or 1184276. OLE color: 1184276.

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

Color convert

RGB 20 18 18 -
CMYK 0 0.10 0.10 0.92
HSL 0.05% 0.07% -
HSV(B) 0.1% 0.08% -
XYZ 0.61 0.63 0.66 -
YUV 18.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 20 18 18 0 0.10 0.10 0.92 0 0.05 0.07
Hex 14 12 12 0 A A 5C 0 5 7
Octal 24 22 22 0 12 12 134 0 5 7
Binary 10100 10010 10010 0 1010 1010 1011100 0 101 111

Color Harmonies of #141212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141212

Black with #141212

Text Example


Text Example

White with #141212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141212; }

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

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

background-color css

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

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

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

border-color css

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

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

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