Html Css Color HEX #14172C Black Russian

📋 copy color: '#14172C'

red 20 ◦ green 23 ◦ blue 44

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

Shades of Black Russian #14172C

Tints of Black Russian #14172C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 50.57%

R = 22.99%
G = 26.44%
B = 50.57%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#14172C (or 0x14172C) is known color: Black Russian. HEX triplet: 14, 17 and 2C. RGB value is (20,23,44). Sum of RGB (Red+Green+Blue) = 20+23+44=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 44 (17.58% from 255 or 50.57% from 87); Max value from RGB is 44 - color contains mainly: blue. Hex color #14172C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14172C is #EBE8D3. Grayscale: #181818. Windows color (decimal): -15460564 or 2889492. OLE color: 2889492.

HSL color Cylindrical-coordinate representation of color #14172C: hue angle of 232.5º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #14172C is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 20 23 44 -
CMYK 0.55 0.48 0 0.83
HSL 232.5º 0.38% 0.13% -
HSV(B) 232.5º 0.55% 0.17% -
XYZ 1.05 0.94 2.51 -
YUV 24.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 20 23 44 0.55 0.48 0 0.83 232.5 0.38 0.13
Hex 14 17 2C 37 30 0 53 E8 26 D
Octal 24 27 54 67 60 0 123 350 46 15
Binary 10100 10111 101100 110111 110000 0 1010011 11101000 100110 1101

Color Harmonies of #14172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14172C

Black with #14172C

Text Example


Text Example

White with #14172C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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