Html Css Color HEX #161531 Black Russian

📋 copy color: '#161531'

red 22 ◦ green 21 ◦ blue 49

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

Shades of Black Russian #161531

Tints of Black Russian #161531

RGB

 RED value IS 22 (8.98% from 255) = 23.91%

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

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

R = 23.91%
G = 22.83%
B = 53.26%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#161531 (or 0x161531) is known color: Black Russian. HEX triplet: 16, 15 and 31. RGB value is (22,21,49). Sum of RGB (Red+Green+Blue) = 22+21+49=92 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.91% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #161531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161531 is #E9EACE. Grayscale: #181818. Windows color (decimal): -15329999 or 3216662. OLE color: 3216662.

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

Color convert

RGB 22 21 49 -
CMYK 0.55 0.57 0 0.81
HSL 242.14º 0.4% 0.14% -
HSV(B) 242.14º 0.57% 0.19% -
XYZ 1.15 0.93 3.02 -
YUV 24.49 141.83 126.22 -
System Red Green Blue C M Y K H S L
Decimal 22 21 49 0.55 0.57 0 0.81 242.14 0.4 0.14
Hex 16 15 31 37 39 0 51 F2 28 E
Octal 26 25 61 67 71 0 121 362 50 16
Binary 10110 10101 110001 110111 111001 0 1010001 11110010 101000 1110

Color Harmonies of #161531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161531

Black with #161531

Text Example


Text Example

White with #161531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161531; }

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

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

background-color css

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

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

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

border-color css

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

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

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