Html Css Color HEX #14132C Black Russian

📋 copy color: '#14132C'

red 20 ◦ green 19 ◦ blue 44

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

Shades of Black Russian #14132C

Tints of Black Russian #14132C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 53.01%

R = 24.1%
G = 22.89%
B = 53.01%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#14132C (or 0x14132C) is known color: Black Russian. HEX triplet: 14, 13 and 2C. RGB value is (20,19,44). Sum of RGB (Red+Green+Blue) = 20+19+44=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 44 (17.58% from 255 or 53.01% from 83); Max value from RGB is 44 - color contains mainly: blue. Hex color #14132C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14132C is #EBECD3. Grayscale: #161616. Windows color (decimal): -15461588 or 2888468. OLE color: 2888468.

HSL color Cylindrical-coordinate representation of color #14132C: hue angle of 242.4º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #14132C is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 20 19 44 -
CMYK 0.55 0.57 0 0.83
HSL 242.4º 0.4% 0.12% -
HSV(B) 242.4º 0.57% 0.17% -
XYZ 0.98 0.8 2.49 -
YUV 22.15 140.33 126.47 -
System Red Green Blue C M Y K H S L
Decimal 20 19 44 0.55 0.57 0 0.83 242.4 0.4 0.12
Hex 14 13 2C 37 39 0 53 F2 28 C
Octal 24 23 54 67 71 0 123 362 50 14
Binary 10100 10011 101100 110111 111001 0 1010011 11110010 101000 1100

Color Harmonies of #14132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14132C

Black with #14132C

Text Example


Text Example

White with #14132C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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