Html Css Color HEX #101121 Black Russian

📋 copy color: '#101121'

red 16 ◦ green 17 ◦ blue 33

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

Shades of Black Russian #101121

Tints of Black Russian #101121

RGB

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

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

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

R = 24.24%
G = 25.76%
B = 50%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#101121 (or 0x101121) is known color: Black Russian. HEX triplet: 10, 11 and 21. RGB value is (16,17,33). Sum of RGB (Red+Green+Blue) = 16+17+33=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 33 (13.28% from 255 or 50% from 66); Max value from RGB is 33 - color contains mainly: blue. Hex color #101121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101121 is #EFEEDE. Grayscale: #121212. Windows color (decimal): -15724255 or 2167056. OLE color: 2167056.

HSL color Cylindrical-coordinate representation of color #101121: hue angle of 236.47º 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 #101121 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 16 17 33 -
CMYK 0.52 0.48 0 0.87
HSL 236.47º 0.35% 0.1% -
HSV(B) 236.47º 0.52% 0.13% -
XYZ 0.69 0.62 1.52 -
YUV 18.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 16 17 33 0.52 0.48 0 0.87 236.47 0.35 0.1
Hex 10 11 21 34 30 0 57 EC 23 A
Octal 20 21 41 64 60 0 127 354 43 12
Binary 10000 10001 100001 110100 110000 0 1010111 11101100 100011 1010

Color Harmonies of #101121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101121

Black with #101121

Text Example


Text Example

White with #101121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101121; }

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

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

background-color css

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

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

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

border-color css

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

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

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