Html Css Color HEX #131121 Black Russian

📋 copy color: '#131121'

red 19 ◦ green 17 ◦ blue 33

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

Shades of Black Russian #131121

Tints of Black Russian #131121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 24.64%

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

R = 27.54%
G = 24.64%
B = 47.83%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#131121 (or 0x131121) is known color: Black Russian. HEX triplet: 13, 11 and 21. RGB value is (19,17,33). Sum of RGB (Red+Green+Blue) = 19+17+33=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 33 (13.28% from 255 or 47.83% from 69); Max value from RGB is 33 - color contains mainly: blue. Hex color #131121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131121 is #ECEEDE. Grayscale: #131313. Windows color (decimal): -15527647 or 2167059. OLE color: 2167059.

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

Color convert

RGB 19 17 33 -
CMYK 0.42 0.48 0 0.87
HSL 247.5º 0.32% 0.1% -
HSV(B) 247.5º 0.48% 0.13% -
XYZ 0.74 0.65 1.52 -
YUV 19.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 19 17 33 0.42 0.48 0 0.87 247.5 0.32 0.1
Hex 13 11 21 2A 30 0 57 F8 20 A
Octal 23 21 41 52 60 0 127 370 40 12
Binary 10011 10001 100001 101010 110000 0 1010111 11111000 100000 1010

Color Harmonies of #131121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131121

Black with #131121

Text Example


Text Example

White with #131121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131121; }

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

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

background-color css

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

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

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

border-color css

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

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

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