Html Css Color HEX #151534 Black Russian

📋 copy color: '#151534'

red 21 ◦ green 21 ◦ blue 52

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

Shades of Black Russian #151534

Tints of Black Russian #151534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 55.32%

R = 22.34%
G = 22.34%
B = 55.32%

CMYK

 C value IS 0.60

 M value IS 0.60

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#151534 (or 0x151534) is known color: Black Russian. HEX triplet: 15, 15 and 34. RGB value is (21,21,52). Sum of RGB (Red+Green+Blue) = 21+21+52=94 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.34% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 52 (20.70% from 255 or 55.32% from 94); Max value from RGB is 52 - color contains mainly: blue. Hex color #151534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151534 is #EAEACB. Grayscale: #181818. Windows color (decimal): -15395532 or 3413269. OLE color: 3413269.

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

Color convert

RGB 21 21 52 -
CMYK 0.60 0.60 0 0.80
HSL 240º 0.42% 0.14% -
HSV(B) 240º 0.6% 0.2% -
XYZ 1.2 0.94 3.37 -
YUV 24.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 21 21 52 0.60 0.60 0 0.80 240 0.42 0.14
Hex 15 15 34 3C 3C 0 50 F0 2A E
Octal 25 25 64 74 74 0 120 360 52 16
Binary 10101 10101 110100 111100 111100 0 1010000 11110000 101010 1110

Color Harmonies of #151534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151534

Black with #151534

Text Example


Text Example

White with #151534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151534; }

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

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

background-color css

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

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

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

border-color css

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

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

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