Html Css Color HEX #13142C Black Russian

📋 copy color: '#13142C'

red 19 ◦ green 20 ◦ blue 44

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

Shades of Black Russian #13142C

Tints of Black Russian #13142C

RGB

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

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

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

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

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#13142C (or 0x13142C) is known color: Black Russian. HEX triplet: 13, 14 and 2C. RGB value is (19,20,44). Sum of RGB (Red+Green+Blue) = 19+20+44=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 20 (8.20% from 255 or 24.10% 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 #13142C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13142C is #ECEBD3. Grayscale: #161616. Windows color (decimal): -15526868 or 2888723. OLE color: 2888723.

HSL color Cylindrical-coordinate representation of color #13142C: hue angle of 237.6º 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 #13142C is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 20 44 -
CMYK 0.57 0.55 0 0.83
HSL 237.6º 0.4% 0.12% -
HSV(B) 237.6º 0.57% 0.17% -
XYZ 0.97 0.82 2.49 -
YUV 22.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 19 20 44 0.57 0.55 0 0.83 237.6 0.4 0.12
Hex 13 14 2C 39 37 0 53 EE 28 C
Octal 23 24 54 71 67 0 123 356 50 14
Binary 10011 10100 101100 111001 110111 0 1010011 11101110 101000 1100

Color Harmonies of #13142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13142C

Black with #13142C

Text Example


Text Example

White with #13142C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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