Html Css Color HEX #121331 Black Russian

📋 copy color: '#121331'

red 18 ◦ green 19 ◦ blue 49

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

Shades of Black Russian #121331

Tints of Black Russian #121331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.09%

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

R = 20.93%
G = 22.09%
B = 56.98%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#121331 (or 0x121331) is known color: Black Russian. HEX triplet: 12, 13 and 31. RGB value is (18,19,49). Sum of RGB (Red+Green+Blue) = 18+19+49=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #121331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121331 is #EDECCE. Grayscale: #161616. Windows color (decimal): -15592655 or 3216146. OLE color: 3216146.

HSL color Cylindrical-coordinate representation of color #121331: hue angle of 238.06º 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 #121331 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 19 49 -
CMYK 0.63 0.61 0 0.81
HSL 238.06º 0.46% 0.13% -
HSV(B) 238.06º 0.63% 0.19% -
XYZ 1.04 0.82 3.01 -
YUV 22.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 18 19 49 0.63 0.61 0 0.81 238.06 0.46 0.13
Hex 12 13 31 3F 3D 0 51 EE 2E D
Octal 22 23 61 77 75 0 121 356 56 15
Binary 10010 10011 110001 111111 111101 0 1010001 11101110 101110 1101

Color Harmonies of #121331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121331

Black with #121331

Text Example


Text Example

White with #121331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121331; }

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

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

background-color css

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

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

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

border-color css

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

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

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