Html Css Color HEX #13182B Black Russian

📋 copy color: '#13182B'

red 19 ◦ green 24 ◦ blue 43

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

Shades of Black Russian #13182B

Tints of Black Russian #13182B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 27.91%

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

R = 22.09%
G = 27.91%
B = 50%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#13182B (or 0x13182B) is known color: Black Russian. HEX triplet: 13, 18 and 2B. RGB value is (19,24,43). Sum of RGB (Red+Green+Blue) = 19+24+43=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 43 (17.19% from 255 or 50% from 86); Max value from RGB is 43 - color contains mainly: blue. Hex color #13182B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13182B is #ECE7D4. Grayscale: #181818. Windows color (decimal): -15525845 or 2824211. OLE color: 2824211.

HSL color Cylindrical-coordinate representation of color #13182B: hue angle of 227.5º 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 #13182B is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 24 43 -
CMYK 0.56 0.44 0 0.83
HSL 227.5º 0.39% 0.12% -
HSV(B) 227.5º 0.56% 0.17% -
XYZ 1.03 0.97 2.42 -
YUV 24.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 19 24 43 0.56 0.44 0 0.83 227.5 0.39 0.12
Hex 13 18 2B 38 2C 0 53 E4 27 C
Octal 23 30 53 70 54 0 123 344 47 14
Binary 10011 11000 101011 111000 101100 0 1010011 11100100 100111 1100

Color Harmonies of #13182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13182B

Black with #13182B

Text Example


Text Example

White with #13182B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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