Html Css Color HEX #151331 Black Russian

📋 copy color: '#151331'

red 21 ◦ green 19 ◦ blue 49

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

Shades of Black Russian #151331

Tints of Black Russian #151331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 55.06%

R = 23.6%
G = 21.35%
B = 55.06%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#151331 (or 0x151331) is known color: Black Russian. HEX triplet: 15, 13 and 31. RGB value is (21,19,49). Sum of RGB (Red+Green+Blue) = 21+19+49=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #151331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151331 is #EAECCE. Grayscale: #161616. Windows color (decimal): -15396047 or 3216149. OLE color: 3216149.

HSL color Cylindrical-coordinate representation of color #151331: hue angle of 244º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #151331 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 21 19 49 -
CMYK 0.57 0.61 0 0.81
HSL 244º 0.44% 0.13% -
HSV(B) 244º 0.61% 0.19% -
XYZ 1.1 0.85 3.01 -
YUV 23.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 21 19 49 0.57 0.61 0 0.81 244 0.44 0.13
Hex 15 13 31 39 3D 0 51 F4 2C D
Octal 25 23 61 71 75 0 121 364 54 15
Binary 10101 10011 110001 111001 111101 0 1010001 11110100 101100 1101

Color Harmonies of #151331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151331

Black with #151331

Text Example


Text Example

White with #151331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151331; }

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

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

background-color css

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

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

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

border-color css

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

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

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