Html Css Color HEX #14122A Black Russian

📋 copy color: '#14122A'

red 20 ◦ green 18 ◦ blue 42

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

Shades of Black Russian #14122A

Tints of Black Russian #14122A

RGB

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

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

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

R = 25%
G = 22.5%
B = 52.5%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#14122A (or 0x14122A) is known color: Black Russian. HEX triplet: 14, 12 and 2A. RGB value is (20,18,42). Sum of RGB (Red+Green+Blue) = 20+18+42=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 42 (16.80% from 255 or 52.5% from 80); Max value from RGB is 42 - color contains mainly: blue. Hex color #14122A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14122A is #EBEDD5. Grayscale: #151515. Windows color (decimal): -15461846 or 2757140. OLE color: 2757140.

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

Color convert

RGB 20 18 42 -
CMYK 0.52 0.57 0 0.84
HSL 245º 0.4% 0.12% -
HSV(B) 245º 0.57% 0.16% -
XYZ 0.92 0.75 2.29 -
YUV 21.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 20 18 42 0.52 0.57 0 0.84 245 0.4 0.12
Hex 14 12 2A 34 39 0 54 F5 28 C
Octal 24 22 52 64 71 0 124 365 50 14
Binary 10100 10010 101010 110100 111001 0 1010100 11110101 101000 1100

Color Harmonies of #14122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14122A

Black with #14122A

Text Example


Text Example

White with #14122A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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