Html Css Color HEX #14172A Black Russian

📋 copy color: '#14172A'

red 20 ◦ green 23 ◦ blue 42

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

Shades of Black Russian #14172A

Tints of Black Russian #14172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 27.06%

 BLUE value IS 42 (16.8% from 255) = 49.41%

R = 23.53%
G = 27.06%
B = 49.41%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#14172A (or 0x14172A) is known color: Black Russian. HEX triplet: 14, 17 and 2A. RGB value is (20,23,42). Sum of RGB (Red+Green+Blue) = 20+23+42=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 42 (16.80% from 255 or 49.41% from 85); Max value from RGB is 42 - color contains mainly: blue. Hex color #14172A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14172A is #EBE8D5. Grayscale: #181818. Windows color (decimal): -15460566 or 2758420. OLE color: 2758420.

HSL color Cylindrical-coordinate representation of color #14172A: hue angle of 231.82º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #14172A is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 23 42 -
CMYK 0.52 0.45 0 0.84
HSL 231.82º 0.35% 0.12% -
HSV(B) 231.82º 0.52% 0.16% -
XYZ 1.01 0.93 2.32 -
YUV 24.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 20 23 42 0.52 0.45 0 0.84 231.82 0.35 0.12
Hex 14 17 2A 34 2D 0 54 E8 23 C
Octal 24 27 52 64 55 0 124 350 43 14
Binary 10100 10111 101010 110100 101101 0 1010100 11101000 100011 1100

Color Harmonies of #14172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14172A

Black with #14172A

Text Example


Text Example

White with #14172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14172A; }

 p { color: rgb(20,23,42); }

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

background-color css

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

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

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

border-color css

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

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

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