Html Css Color HEX #121521 Black Russian

📋 copy color: '#121521'

red 18 ◦ green 21 ◦ blue 33

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

Shades of Black Russian #121521

Tints of Black Russian #121521

RGB

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

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

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

R = 25%
G = 29.17%
B = 45.83%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#121521 (or 0x121521) is known color: Black Russian. HEX triplet: 12, 15 and 21. RGB value is (18,21,33). Sum of RGB (Red+Green+Blue) = 18+21+33=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 33 (13.28% from 255 or 45.83% from 72); Max value from RGB is 33 - color contains mainly: blue. Hex color #121521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121521 is #EDEADE. Grayscale: #151515. Windows color (decimal): -15592159 or 2168082. OLE color: 2168082.

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

Color convert

RGB 18 21 33 -
CMYK 0.45 0.36 0 0.87
HSL 228º 0.29% 0.1% -
HSV(B) 228º 0.45% 0.13% -
XYZ 0.79 0.77 1.55 -
YUV 21.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 18 21 33 0.45 0.36 0 0.87 228 0.29 0.1
Hex 12 15 21 2D 24 0 57 E4 1D A
Octal 22 25 41 55 44 0 127 344 35 12
Binary 10010 10101 100001 101101 100100 0 1010111 11100100 11101 1010

Color Harmonies of #121521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121521

Black with #121521

Text Example


Text Example

White with #121521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121521; }

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

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

background-color css

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

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

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

border-color css

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

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

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