Html Css Color HEX #14132E Black Russian

📋 copy color: '#14132E'

red 20 ◦ green 19 ◦ blue 46

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

Shades of Black Russian #14132E

Tints of Black Russian #14132E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.35%

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

R = 23.53%
G = 22.35%
B = 54.12%

CMYK

 C value IS 0.57

 M value IS 0.59

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#14132E (or 0x14132E) is known color: Black Russian. HEX triplet: 14, 13 and 2E. RGB value is (20,19,46). Sum of RGB (Red+Green+Blue) = 20+19+46=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 46 (18.36% from 255 or 54.12% from 85); Max value from RGB is 46 - color contains mainly: blue. Hex color #14132E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14132E is #EBECD1. Grayscale: #161616. Windows color (decimal): -15461586 or 3019540. OLE color: 3019540.

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

Color convert

RGB 20 19 46 -
CMYK 0.57 0.59 0 0.82
HSL 242.22º 0.42% 0.13% -
HSV(B) 242.22º 0.59% 0.18% -
XYZ 1.01 0.81 2.69 -
YUV 22.38 141.33 126.3 -
System Red Green Blue C M Y K H S L
Decimal 20 19 46 0.57 0.59 0 0.82 242.22 0.42 0.13
Hex 14 13 2E 39 3B 0 52 F2 2A D
Octal 24 23 56 71 73 0 122 362 52 15
Binary 10100 10011 101110 111001 111011 0 1010010 11110010 101010 1101

Color Harmonies of #14132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14132E

Black with #14132E

Text Example


Text Example

White with #14132E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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