Html Css Color HEX #151530 Black Russian

📋 copy color: '#151530'

red 21 ◦ green 21 ◦ blue 48

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

Shades of Black Russian #151530

Tints of Black Russian #151530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 53.33%

R = 23.33%
G = 23.33%
B = 53.33%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#151530 (or 0x151530) is known color: Black Russian. HEX triplet: 15, 15 and 30. RGB value is (21,21,48). Sum of RGB (Red+Green+Blue) = 21+21+48=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 48 (19.14% from 255 or 53.33% from 90); Max value from RGB is 48 - color contains mainly: blue. Hex color #151530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151530 is #EAEACF. Grayscale: #171717. Windows color (decimal): -15395536 or 3151125. OLE color: 3151125.

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

Color convert

RGB 21 21 48 -
CMYK 0.56 0.56 0 0.81
HSL 240º 0.39% 0.14% -
HSV(B) 240º 0.56% 0.19% -
XYZ 1.11 0.91 2.91 -
YUV 24.08 141.5 125.8 -
System Red Green Blue C M Y K H S L
Decimal 21 21 48 0.56 0.56 0 0.81 240 0.39 0.14
Hex 15 15 30 38 38 0 51 F0 27 E
Octal 25 25 60 70 70 0 121 360 47 16
Binary 10101 10101 110000 111000 111000 0 1010001 11110000 100111 1110

Color Harmonies of #151530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151530

Black with #151530

Text Example


Text Example

White with #151530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151530; }

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

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

background-color css

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

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

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

border-color css

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

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

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