Html Css Color HEX #151532 Black Russian

📋 copy color: '#151532'

red 21 ◦ green 21 ◦ blue 50

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

Shades of Black Russian #151532

Tints of Black Russian #151532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 54.35%

R = 22.83%
G = 22.83%
B = 54.35%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#151532 (or 0x151532) is known color: Black Russian. HEX triplet: 15, 15 and 32. RGB value is (21,21,50). Sum of RGB (Red+Green+Blue) = 21+21+50=92 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.83% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 50 (19.92% from 255 or 54.35% from 92); Max value from RGB is 50 - color contains mainly: blue. Hex color #151532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151532 is #EAEACD. Grayscale: #181818. Windows color (decimal): -15395534 or 3282197. OLE color: 3282197.

HSL color Cylindrical-coordinate representation of color #151532: hue angle of 240º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #151532 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 21 50 -
CMYK 0.58 0.58 0 0.80
HSL 240º 0.41% 0.14% -
HSV(B) 240º 0.58% 0.2% -
XYZ 1.15 0.93 3.14 -
YUV 24.31 142.5 125.64 -
System Red Green Blue C M Y K H S L
Decimal 21 21 50 0.58 0.58 0 0.80 240 0.41 0.14
Hex 15 15 32 3A 3A 0 50 F0 29 E
Octal 25 25 62 72 72 0 120 360 51 16
Binary 10101 10101 110010 111010 111010 0 1010000 11110000 101001 1110

Color Harmonies of #151532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151532

Black with #151532

Text Example


Text Example

White with #151532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151532; }

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

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

background-color css

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

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

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

border-color css

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

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

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