Html Css Color HEX #151432 Black Russian

📋 copy color: '#151432'

red 21 ◦ green 20 ◦ blue 50

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

Shades of Black Russian #151432

Tints of Black Russian #151432

RGB

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

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

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

R = 23.08%
G = 21.98%
B = 54.95%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#151432 (or 0x151432) is known color: Black Russian. HEX triplet: 15, 14 and 32. RGB value is (21,20,50). Sum of RGB (Red+Green+Blue) = 21+20+50=91 (12% of max value = 765). Red value is 21 (8.59% from 255 or 23.08% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 50 (19.92% from 255 or 54.95% from 91); Max value from RGB is 50 - color contains mainly: blue. Hex color #151432 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151432 is #EAEBCD. Grayscale: #171717. Windows color (decimal): -15395790 or 3281941. OLE color: 3281941.

HSL color Cylindrical-coordinate representation of color #151432: hue angle of 242º degrees, saturation: 0.43, 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 #151432 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 20 50 -
CMYK 0.58 0.60 0 0.80
HSL 242º 0.43% 0.14% -
HSV(B) 242º 0.6% 0.2% -
XYZ 1.14 0.89 3.13 -
YUV 23.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 21 20 50 0.58 0.60 0 0.80 242 0.43 0.14
Hex 15 14 32 3A 3C 0 50 F2 2B E
Octal 25 24 62 72 74 0 120 362 53 16
Binary 10101 10100 110010 111010 111100 0 1010000 11110010 101011 1110

Color Harmonies of #151432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151432

Black with #151432

Text Example


Text Example

White with #151432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151432; }

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

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

background-color css

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

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

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

border-color css

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

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

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