Html Css Color HEX #14131E Black Russian

📋 copy color: '#14131E'

red 20 ◦ green 19 ◦ blue 30

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

Shades of Black Russian #14131E

Tints of Black Russian #14131E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 43.48%

R = 28.99%
G = 27.54%
B = 43.48%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#14131E (or 0x14131E) is known color: Black Russian. HEX triplet: 14, 13 and 1E. RGB value is (20,19,30). Sum of RGB (Red+Green+Blue) = 20+19+30=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 30 - color contains mainly: blue. Hex color #14131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14131E is #EBECE1. Grayscale: #141414. Windows color (decimal): -15461602 or 1970964. OLE color: 1970964.

HSL color Cylindrical-coordinate representation of color #14131E: hue angle of 245.45º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #14131E is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 20 19 30 -
CMYK 0.33 0.37 0 0.88
HSL 245.45º 0.22% 0.1% -
HSV(B) 245.45º 0.37% 0.12% -
XYZ 0.76 0.71 1.33 -
YUV 20.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 20 19 30 0.33 0.37 0 0.88 245.45 0.22 0.1
Hex 14 13 1E 21 25 0 58 F5 16 A
Octal 24 23 36 41 45 0 130 365 26 12
Binary 10100 10011 11110 100001 100101 0 1011000 11110101 10110 1010

Color Harmonies of #14131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14131E

Black with #14131E

Text Example


Text Example

White with #14131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14131E; }

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

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

background-color css

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

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

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

border-color css

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

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

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