Html Css Color HEX #141313 Seal Brown

📋 copy color: '#141313'

red 20 ◦ green 19 ◦ blue 19

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

Shades of Seal Brown #141313

Tints of Seal Brown #141313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 32.76%

 BLUE value IS 19 (7.81% from 255) = 32.76%

R = 34.48%
G = 32.76%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#141313 (or 0x141313) is known color: Seal Brown. HEX triplet: 14, 13 and 13. RGB value is (20,19,19). Sum of RGB (Red+Green+Blue) = 20+19+19=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 20 - color contains mainly: red. Hex color #141313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141313 is #EBECEC. Grayscale: #131313. Windows color (decimal): -15461613 or 1250068. OLE color: 1250068.

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

Color convert

RGB 20 19 19 -
CMYK 0 0.05 0.05 0.92
HSL 0.03% 0.08% -
HSV(B) 0.05% 0.08% -
XYZ 0.64 0.66 0.71 -
YUV 19.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 20 19 19 0 0.05 0.05 0.92 0 0.03 0.08
Hex 14 13 13 0 5 5 5C 0 3 8
Octal 24 23 23 0 5 5 134 0 3 10
Binary 10100 10011 10011 0 101 101 1011100 0 11 1000

Color Harmonies of #141313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141313

Black with #141313

Text Example


Text Example

White with #141313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141313; }

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

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

background-color css

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

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

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

border-color css

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

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

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