Html Css Color HEX #101221 Black Russian

📋 copy color: '#101221'

red 16 ◦ green 18 ◦ blue 33

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

Shades of Black Russian #101221

Tints of Black Russian #101221

RGB

 RED value IS 16 (6.64% from 255) = 23.88%

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

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

R = 23.88%
G = 26.87%
B = 49.25%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#101221 (or 0x101221) is known color: Black Russian. HEX triplet: 10, 12 and 21. RGB value is (16,18,33). Sum of RGB (Red+Green+Blue) = 16+18+33=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 33 (13.28% from 255 or 49.25% from 67); Max value from RGB is 33 - color contains mainly: blue. Hex color #101221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101221 is #EFEDDE. Grayscale: #131313. Windows color (decimal): -15723999 or 2167312. OLE color: 2167312.

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

Color convert

RGB 16 18 33 -
CMYK 0.52 0.45 0 0.87
HSL 232.94º 0.35% 0.1% -
HSV(B) 232.94º 0.52% 0.13% -
XYZ 0.7 0.65 1.53 -
YUV 19.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 16 18 33 0.52 0.45 0 0.87 232.94 0.35 0.1
Hex 10 12 21 34 2D 0 57 E9 23 A
Octal 20 22 41 64 55 0 127 351 43 12
Binary 10000 10010 100001 110100 101101 0 1010111 11101001 100011 1010

Color Harmonies of #101221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101221

Black with #101221

Text Example


Text Example

White with #101221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101221; }

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

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

background-color css

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

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

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

border-color css

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

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

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