Html Css Color HEX #14122E Black Russian

📋 copy color: '#14122E'

red 20 ◦ green 18 ◦ blue 46

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

Shades of Black Russian #14122E

Tints of Black Russian #14122E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 54.76%

R = 23.81%
G = 21.43%
B = 54.76%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#14122E (or 0x14122E) is known color: Black Russian. HEX triplet: 14, 12 and 2E. RGB value is (20,18,46). Sum of RGB (Red+Green+Blue) = 20+18+46=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 46 (18.36% from 255 or 54.76% from 84); Max value from RGB is 46 - color contains mainly: blue. Hex color #14122E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14122E is #EBEDD1. Grayscale: #151515. Windows color (decimal): -15461842 or 3019284. OLE color: 3019284.

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

Color convert

RGB 20 18 46 -
CMYK 0.57 0.61 0 0.82
HSL 244.29º 0.44% 0.13% -
HSV(B) 244.29º 0.61% 0.18% -
XYZ 1 0.78 2.68 -
YUV 21.79 141.66 126.72 -
System Red Green Blue C M Y K H S L
Decimal 20 18 46 0.57 0.61 0 0.82 244.29 0.44 0.13
Hex 14 12 2E 39 3D 0 52 F4 2C D
Octal 24 22 56 71 75 0 122 364 54 15
Binary 10100 10010 101110 111001 111101 0 1010010 11110100 101100 1101

Color Harmonies of #14122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14122E

Black with #14122E

Text Example


Text Example

White with #14122E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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