Html Css Color HEX #14122F Black Russian

📋 copy color: '#14122F'

red 20 ◦ green 18 ◦ blue 47

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

Shades of Black Russian #14122F

Tints of Black Russian #14122F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 55.29%

R = 23.53%
G = 21.18%
B = 55.29%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#14122F (or 0x14122F) is known color: Black Russian. HEX triplet: 14, 12 and 2F. RGB value is (20,18,47). Sum of RGB (Red+Green+Blue) = 20+18+47=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 47 (18.75% from 255 or 55.29% from 85); Max value from RGB is 47 - color contains mainly: blue. Hex color #14122F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14122F is #EBEDD0. Grayscale: #151515. Windows color (decimal): -15461841 or 3084820. OLE color: 3084820.

HSL color Cylindrical-coordinate representation of color #14122F: hue angle of 244.14º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #14122F is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 20 18 47 -
CMYK 0.57 0.62 0 0.82
HSL 244.14º 0.45% 0.13% -
HSV(B) 244.14º 0.62% 0.18% -
XYZ 1.02 0.79 2.79 -
YUV 21.9 142.16 126.64 -
System Red Green Blue C M Y K H S L
Decimal 20 18 47 0.57 0.62 0 0.82 244.14 0.45 0.13
Hex 14 12 2F 39 3E 0 52 F4 2D D
Octal 24 22 57 71 76 0 122 364 55 15
Binary 10100 10010 101111 111001 111110 0 1010010 11110100 101101 1101

Color Harmonies of #14122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14122F

Black with #14122F

Text Example


Text Example

White with #14122F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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