Html Css Color HEX #121131 Black Russian

📋 copy color: '#121131'

red 18 ◦ green 17 ◦ blue 49

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

Shades of Black Russian #121131

Tints of Black Russian #121131

RGB

 RED value IS 18 (7.42% from 255) = 21.43%

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

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

R = 21.43%
G = 20.24%
B = 58.33%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#121131 (or 0x121131) is known color: Black Russian. HEX triplet: 12, 11 and 31. RGB value is (18,17,49). Sum of RGB (Red+Green+Blue) = 18+17+49=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #121131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121131 is #EDEECE. Grayscale: #141414. Windows color (decimal): -15593167 or 3215634. OLE color: 3215634.

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

Color convert

RGB 18 17 49 -
CMYK 0.63 0.65 0 0.81
HSL 241.88º 0.48% 0.13% -
HSV(B) 241.88º 0.65% 0.19% -
XYZ 1 0.75 3 -
YUV 20.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 18 17 49 0.63 0.65 0 0.81 241.88 0.48 0.13
Hex 12 11 31 3F 41 0 51 F2 30 D
Octal 22 21 61 77 101 0 121 362 60 15
Binary 10010 10001 110001 111111 1000001 0 1010001 11110010 110000 1101

Color Harmonies of #121131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121131

Black with #121131

Text Example


Text Example

White with #121131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121131; }

 p { color: rgb(18,17,49); }

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

background-color css

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

 a { background-color: rgb(18,17,49); }

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

border-color css

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

 span { border-color: rgb(18,17,49); }

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