Html Css Color HEX #14122C Black Russian

📋 copy color: '#14122C'

red 20 ◦ green 18 ◦ blue 44

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

Shades of Black Russian #14122C

Tints of Black Russian #14122C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 21.95%

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

R = 24.39%
G = 21.95%
B = 53.66%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#14122C (or 0x14122C) is known color: Black Russian. HEX triplet: 14, 12 and 2C. RGB value is (20,18,44). Sum of RGB (Red+Green+Blue) = 20+18+44=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 44 (17.58% from 255 or 53.66% from 82); Max value from RGB is 44 - color contains mainly: blue. Hex color #14122C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14122C is #EBEDD3. Grayscale: #151515. Windows color (decimal): -15461844 or 2888212. OLE color: 2888212.

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

Color convert

RGB 20 18 44 -
CMYK 0.55 0.59 0 0.83
HSL 244.62º 0.42% 0.12% -
HSV(B) 244.62º 0.59% 0.17% -
XYZ 0.96 0.76 2.48 -
YUV 21.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 20 18 44 0.55 0.59 0 0.83 244.62 0.42 0.12
Hex 14 12 2C 37 3B 0 53 F5 2A C
Octal 24 22 54 67 73 0 123 365 52 14
Binary 10100 10010 101100 110111 111011 0 1010011 11110101 101010 1100

Color Harmonies of #14122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14122C

Black with #14122C

Text Example


Text Example

White with #14122C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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