Html Css Color HEX #14121F Black Russian

📋 copy color: '#14121F'

red 20 ◦ green 18 ◦ blue 31

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

Shades of Black Russian #14121F

Tints of Black Russian #14121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 44.93%

R = 28.99%
G = 26.09%
B = 44.93%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#14121F (or 0x14121F) is known color: Black Russian. HEX triplet: 14, 12 and 1F. RGB value is (20,18,31). Sum of RGB (Red+Green+Blue) = 20+18+31=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 31 - color contains mainly: blue. Hex color #14121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14121F is #EBEDE0. Grayscale: #141414. Windows color (decimal): -15461857 or 2036244. OLE color: 2036244.

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

Color convert

RGB 20 18 31 -
CMYK 0.35 0.42 0 0.88
HSL 249.23º 0.27% 0.1% -
HSV(B) 249.23º 0.42% 0.12% -
XYZ 0.75 0.68 1.39 -
YUV 20.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 20 18 31 0.35 0.42 0 0.88 249.23 0.27 0.1
Hex 14 12 1F 23 2A 0 58 F9 1B A
Octal 24 22 37 43 52 0 130 371 33 12
Binary 10100 10010 11111 100011 101010 0 1011000 11111001 11011 1010

Color Harmonies of #14121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14121F

Black with #14121F

Text Example


Text Example

White with #14121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14121F; }

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

 H1.HeaderClassName
 {
   color: #14121F;
 }
 .AnyTagClassName
 {
   color: #14121F;
 }
</style>

background-color css

<style>
 a { background-color: #14121F; }

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

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

border-color css

<style>
 span { border-color: #14121F; }

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

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