Html Css Color HEX #13132C Black Russian

📋 copy color: '#13132C'

red 19 ◦ green 19 ◦ blue 44

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

Shades of Black Russian #13132C

Tints of Black Russian #13132C

RGB

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

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

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

R = 23.17%
G = 23.17%
B = 53.66%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#13132C (or 0x13132C) is known color: Black Russian. HEX triplet: 13, 13 and 2C. RGB value is (19,19,44). Sum of RGB (Red+Green+Blue) = 19+19+44=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 44 (17.58% from 255 or 53.66% from 82); Max value from RGB is 44 - color contains mainly: blue. Hex color #13132C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13132C is #ECECD3. Grayscale: #151515. Windows color (decimal): -15527124 or 2888467. OLE color: 2888467.

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

Color convert

RGB 19 19 44 -
CMYK 0.57 0.57 0 0.83
HSL 240º 0.4% 0.12% -
HSV(B) 240º 0.57% 0.17% -
XYZ 0.96 0.79 2.48 -
YUV 21.85 140.5 125.97 -
System Red Green Blue C M Y K H S L
Decimal 19 19 44 0.57 0.57 0 0.83 240 0.4 0.12
Hex 13 13 2C 39 39 0 53 F0 28 C
Octal 23 23 54 71 71 0 123 360 50 14
Binary 10011 10011 101100 111001 111001 0 1010011 11110000 101000 1100

Color Harmonies of #13132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13132C

Black with #13132C

Text Example


Text Example

White with #13132C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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