Html Css Color HEX #121631 Black Russian

📋 copy color: '#121631'

red 18 ◦ green 22 ◦ blue 49

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

Shades of Black Russian #121631

Tints of Black Russian #121631

RGB

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

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

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

R = 20.22%
G = 24.72%
B = 55.06%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#121631 (or 0x121631) is known color: Black Russian. HEX triplet: 12, 16 and 31. RGB value is (18,22,49). Sum of RGB (Red+Green+Blue) = 18+22+49=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 22 (8.98% from 255 or 24.72% 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 #121631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121631 is #EDE9CE. Grayscale: #171717. Windows color (decimal): -15591887 or 3216914. OLE color: 3216914.

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

Color convert

RGB 18 22 49 -
CMYK 0.63 0.55 0 0.81
HSL 232.26º 0.46% 0.13% -
HSV(B) 232.26º 0.63% 0.19% -
XYZ 1.09 0.92 3.03 -
YUV 23.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 18 22 49 0.63 0.55 0 0.81 232.26 0.46 0.13
Hex 12 16 31 3F 37 0 51 E8 2E D
Octal 22 26 61 77 67 0 121 350 56 15
Binary 10010 10110 110001 111111 110111 0 1010001 11101000 101110 1101

Color Harmonies of #121631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121631

Black with #121631

Text Example


Text Example

White with #121631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121631; }

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

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

background-color css

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

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

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

border-color css

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

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

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