Html Css Color HEX #151428 Black Russian

📋 copy color: '#151428'

red 21 ◦ green 20 ◦ blue 40

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

Shades of Black Russian #151428

Tints of Black Russian #151428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 24.69%

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

R = 25.93%
G = 24.69%
B = 49.38%

CMYK

 C value IS 0.48

 M value IS 0.5

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#151428 (or 0x151428) is known color: Black Russian. HEX triplet: 15, 14 and 28. RGB value is (21,20,40). Sum of RGB (Red+Green+Blue) = 21+20+40=81 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.93% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #151428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151428 is #EAEBD7. Grayscale: #161616. Windows color (decimal): -15395800 or 2626581. OLE color: 2626581.

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

Color convert

RGB 21 20 40 -
CMYK 0.48 0.5 0 0.84
HSL 243º 0.33% 0.12% -
HSV(B) 243º 0.5% 0.16% -
XYZ 0.94 0.81 2.11 -
YUV 22.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 21 20 40 0.48 0.5 0 0.84 243 0.33 0.12
Hex 15 14 28 30 32 0 54 F3 21 C
Octal 25 24 50 60 62 0 124 363 41 14
Binary 10101 10100 101000 110000 110010 0 1010100 11110011 100001 1100

Color Harmonies of #151428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151428

Black with #151428

Text Example


Text Example

White with #151428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151428; }

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

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

background-color css

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

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

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

border-color css

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

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

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