Html Css Color HEX #121231 Black Russian

📋 copy color: '#121231'

red 18 ◦ green 18 ◦ blue 49

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

Shades of Black Russian #121231

Tints of Black Russian #121231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 21.18%

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

R = 21.18%
G = 21.18%
B = 57.65%

CMYK

 C value IS 0.63

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#121231 (or 0x121231) is known color: Black Russian. HEX triplet: 12, 12 and 31. RGB value is (18,18,49). Sum of RGB (Red+Green+Blue) = 18+18+49=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 49 (19.53% from 255 or 57.65% from 85); Max value from RGB is 49 - color contains mainly: blue. Hex color #121231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121231 is #EDEDCE. Grayscale: #151515. Windows color (decimal): -15592911 or 3215890. OLE color: 3215890.

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

Color convert

RGB 18 18 49 -
CMYK 0.63 0.63 0 0.81
HSL 240º 0.46% 0.13% -
HSV(B) 240º 0.63% 0.19% -
XYZ 1.02 0.78 3 -
YUV 21.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 18 18 49 0.63 0.63 0 0.81 240 0.46 0.13
Hex 12 12 31 3F 3F 0 51 F0 2E D
Octal 22 22 61 77 77 0 121 360 56 15
Binary 10010 10010 110001 111111 111111 0 1010001 11110000 101110 1101

Color Harmonies of #121231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121231

Black with #121231

Text Example


Text Example

White with #121231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121231; }

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

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

background-color css

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

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

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

border-color css

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

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

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