Html Css Color HEX #121121 Black Russian

📋 copy color: '#121121'

red 18 ◦ green 17 ◦ blue 33

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

Shades of Black Russian #121121

Tints of Black Russian #121121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 48.53%

R = 26.47%
G = 25%
B = 48.53%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#121121 (or 0x121121) is known color: Black Russian. HEX triplet: 12, 11 and 21. RGB value is (18,17,33). Sum of RGB (Red+Green+Blue) = 18+17+33=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 33 (13.28% from 255 or 48.53% from 68); Max value from RGB is 33 - color contains mainly: blue. Hex color #121121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121121 is #EDEEDE. Grayscale: #131313. Windows color (decimal): -15593183 or 2167058. OLE color: 2167058.

HSL color Cylindrical-coordinate representation of color #121121: hue angle of 243.75º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #121121 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 17 33 -
CMYK 0.45 0.48 0 0.87
HSL 243.75º 0.32% 0.1% -
HSV(B) 243.75º 0.48% 0.13% -
XYZ 0.72 0.64 1.52 -
YUV 19.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 18 17 33 0.45 0.48 0 0.87 243.75 0.32 0.1
Hex 12 11 21 2D 30 0 57 F4 20 A
Octal 22 21 41 55 60 0 127 364 40 12
Binary 10010 10001 100001 101101 110000 0 1010111 11110100 100000 1010

Color Harmonies of #121121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121121

Black with #121121

Text Example


Text Example

White with #121121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121121; }

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

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

background-color css

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

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

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

border-color css

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

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

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