Html Css Color HEX #121531 Black Russian

📋 copy color: '#121531'

red 18 ◦ green 21 ◦ blue 49

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

Shades of Black Russian #121531

Tints of Black Russian #121531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.86%

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

R = 20.45%
G = 23.86%
B = 55.68%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#121531 (or 0x121531) is known color: Black Russian. HEX triplet: 12, 15 and 31. RGB value is (18,21,49). Sum of RGB (Red+Green+Blue) = 18+21+49=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #121531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121531 is #EDEACE. Grayscale: #171717. Windows color (decimal): -15592143 or 3216658. OLE color: 3216658.

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

Color convert

RGB 18 21 49 -
CMYK 0.63 0.57 0 0.81
HSL 234.19º 0.46% 0.13% -
HSV(B) 234.19º 0.63% 0.19% -
XYZ 1.07 0.89 3.02 -
YUV 23.3 142.51 124.22 -
System Red Green Blue C M Y K H S L
Decimal 18 21 49 0.63 0.57 0 0.81 234.19 0.46 0.13
Hex 12 15 31 3F 39 0 51 EA 2E D
Octal 22 25 61 77 71 0 121 352 56 15
Binary 10010 10101 110001 111111 111001 0 1010001 11101010 101110 1101

Color Harmonies of #121531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121531

Black with #121531

Text Example


Text Example

White with #121531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121531; }

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

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

background-color css

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

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

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

border-color css

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

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

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