Html Css Color HEX #151328 Black Russian

📋 copy color: '#151328'

red 21 ◦ green 19 ◦ blue 40

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

Shades of Black Russian #151328

Tints of Black Russian #151328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 50%

R = 26.25%
G = 23.75%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#151328 (or 0x151328) is known color: Black Russian. HEX triplet: 15, 13 and 28. RGB value is (21,19,40). Sum of RGB (Red+Green+Blue) = 21+19+40=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #151328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151328 is #EAECD7. Grayscale: #151515. Windows color (decimal): -15396056 or 2626325. OLE color: 2626325.

HSL color Cylindrical-coordinate representation of color #151328: hue angle of 245.71º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #151328 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 21 19 40 -
CMYK 0.48 0.52 0 0.84
HSL 245.71º 0.36% 0.12% -
HSV(B) 245.71º 0.53% 0.16% -
XYZ 0.93 0.78 2.11 -
YUV 21.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 21 19 40 0.48 0.52 0 0.84 245.71 0.36 0.12
Hex 15 13 28 30 34 0 54 F6 24 C
Octal 25 23 50 60 64 0 124 366 44 14
Binary 10101 10011 101000 110000 110100 0 1010100 11110110 100100 1100

Color Harmonies of #151328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151328

Black with #151328

Text Example


Text Example

White with #151328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151328; }

 p { color: rgb(21,19,40); }

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

background-color css

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

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

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

border-color css

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

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

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