Html Css Color HEX #151520 Black Russian

📋 copy color: '#151520'

red 21 ◦ green 21 ◦ blue 32

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

Shades of Black Russian #151520

Tints of Black Russian #151520

RGB

 RED value IS 21 (8.59% from 255) = 28.38%

 GREEN value IS 21 (8.59% from 255) = 28.38%

 BLUE value IS 32 (12.89% from 255) = 43.24%

R = 28.38%
G = 28.38%
B = 43.24%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#151520 (or 0x151520) is known color: Black Russian. HEX triplet: 15, 15 and 20. RGB value is (21,21,32). Sum of RGB (Red+Green+Blue) = 21+21+32=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 32 - color contains mainly: blue. Hex color #151520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151520 is #EAEADF. Grayscale: #161616. Windows color (decimal): -15395552 or 2102549. OLE color: 2102549.

HSL color Cylindrical-coordinate representation of color #151520: hue angle of 240º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #151520 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 21 21 32 -
CMYK 0.34 0.34 0 0.87
HSL 240º 0.21% 0.1% -
HSV(B) 240º 0.34% 0.13% -
XYZ 0.84 0.8 1.48 -
YUV 22.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 21 21 32 0.34 0.34 0 0.87 240 0.21 0.1
Hex 15 15 20 22 22 0 57 F0 15 A
Octal 25 25 40 42 42 0 127 360 25 12
Binary 10101 10101 100000 100010 100010 0 1010111 11110000 10101 1010

Color Harmonies of #151520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151520

Black with #151520

Text Example


Text Example

White with #151520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151520; }

 p { color: rgb(21,21,32); }

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

background-color css

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

 a { background-color: rgb(21,21,32); }

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

border-color css

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

 span { border-color: rgb(21,21,32); }

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