Html Css Color HEX #14161E Black Russian

📋 copy color: '#14161E'

red 20 ◦ green 22 ◦ blue 30

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

Shades of Black Russian #14161E

Tints of Black Russian #14161E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 30.56%

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

R = 27.78%
G = 30.56%
B = 41.67%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#14161E (or 0x14161E) is known color: Black Russian. HEX triplet: 14, 16 and 1E. RGB value is (20,22,30). Sum of RGB (Red+Green+Blue) = 20+22+30=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 22 (8.98% from 255 or 30.56% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 30 - color contains mainly: blue. Hex color #14161E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14161E is #EBE9E1. Grayscale: #161616. Windows color (decimal): -15460834 or 1971732. OLE color: 1971732.

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

Color convert

RGB 20 22 30 -
CMYK 0.33 0.27 0 0.88
HSL 228º 0.2% 0.1% -
HSV(B) 228º 0.33% 0.12% -
XYZ 0.81 0.82 1.34 -
YUV 22.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 20 22 30 0.33 0.27 0 0.88 228 0.2 0.1
Hex 14 16 1E 21 1B 0 58 E4 14 A
Octal 24 26 36 41 33 0 130 344 24 12
Binary 10100 10110 11110 100001 11011 0 1011000 11100100 10100 1010

Color Harmonies of #14161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14161E

Black with #14161E

Text Example


Text Example

White with #14161E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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