Html Css Color HEX #131621 Black Russian

📋 copy color: '#131621'

red 19 ◦ green 22 ◦ blue 33

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

Shades of Black Russian #131621

Tints of Black Russian #131621

RGB

 RED value IS 19 (7.81% from 255) = 25.68%

 GREEN value IS 22 (8.98% from 255) = 29.73%

 BLUE value IS 33 (13.28% from 255) = 44.59%

R = 25.68%
G = 29.73%
B = 44.59%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#131621 (or 0x131621) is known color: Black Russian. HEX triplet: 13, 16 and 21. RGB value is (19,22,33). Sum of RGB (Red+Green+Blue) = 19+22+33=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 33 (13.28% from 255 or 44.59% from 74); Max value from RGB is 33 - color contains mainly: blue. Hex color #131621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131621 is #ECE9DE. Grayscale: #161616. Windows color (decimal): -15526367 or 2168339. OLE color: 2168339.

HSL color Cylindrical-coordinate representation of color #131621: hue angle of 227.14º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #131621 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 22 33 -
CMYK 0.42 0.33 0 0.87
HSL 227.14º 0.27% 0.1% -
HSV(B) 227.14º 0.42% 0.13% -
XYZ 0.83 0.82 1.55 -
YUV 22.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 19 22 33 0.42 0.33 0 0.87 227.14 0.27 0.1
Hex 13 16 21 2A 21 0 57 E3 1B A
Octal 23 26 41 52 41 0 127 343 33 12
Binary 10011 10110 100001 101010 100001 0 1010111 11100011 11011 1010

Color Harmonies of #131621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131621

Black with #131621

Text Example


Text Example

White with #131621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131621; }

 p { color: rgb(19,22,33); }

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

background-color css

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

 a { background-color: rgb(19,22,33); }

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

border-color css

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

 span { border-color: rgb(19,22,33); }

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