Html Css Color HEX #13132B Black Russian

📋 copy color: '#13132B'

red 19 ◦ green 19 ◦ blue 43

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

Shades of Black Russian #13132B

Tints of Black Russian #13132B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 53.09%

R = 23.46%
G = 23.46%
B = 53.09%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#13132B (or 0x13132B) is known color: Black Russian. HEX triplet: 13, 13 and 2B. RGB value is (19,19,43). Sum of RGB (Red+Green+Blue) = 19+19+43=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 43 (17.19% from 255 or 53.09% from 81); Max value from RGB is 43 - color contains mainly: blue. Hex color #13132B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13132B is #ECECD4. Grayscale: #151515. Windows color (decimal): -15527125 or 2822931. OLE color: 2822931.

HSL color Cylindrical-coordinate representation of color #13132B: hue angle of 240º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #13132B is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 19 43 -
CMYK 0.56 0.56 0 0.83
HSL 240º 0.39% 0.12% -
HSV(B) 240º 0.56% 0.17% -
XYZ 0.94 0.78 2.39 -
YUV 21.74 140 126.05 -
System Red Green Blue C M Y K H S L
Decimal 19 19 43 0.56 0.56 0 0.83 240 0.39 0.12
Hex 13 13 2B 38 38 0 53 F0 27 C
Octal 23 23 53 70 70 0 123 360 47 14
Binary 10011 10011 101011 111000 111000 0 1010011 11110000 100111 1100

Color Harmonies of #13132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13132B

Black with #13132B

Text Example


Text Example

White with #13132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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