Html Css Color HEX #101120 Black Russian

📋 copy color: '#101120'

red 16 ◦ green 17 ◦ blue 32

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

Shades of Black Russian #101120

Tints of Black Russian #101120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 49.23%

R = 24.62%
G = 26.15%
B = 49.23%

CMYK

 C value IS 0.5

 M value IS 0.47

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#101120 (or 0x101120) is known color: Black Russian. HEX triplet: 10, 11 and 20. RGB value is (16,17,32). Sum of RGB (Red+Green+Blue) = 16+17+32=65 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.62% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 32 (12.89% from 255 or 49.23% from 65); Max value from RGB is 32 - color contains mainly: blue. Hex color #101120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101120 is #EFEEDF. Grayscale: #121212. Windows color (decimal): -15724256 or 2101520. OLE color: 2101520.

HSL color Cylindrical-coordinate representation of color #101120: hue angle of 236.25º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #101120 is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 16 17 32 -
CMYK 0.5 0.47 0 0.87
HSL 236.25º 0.33% 0.09% -
HSV(B) 236.25º 0.5% 0.13% -
XYZ 0.67 0.62 1.45 -
YUV 18.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 16 17 32 0.5 0.47 0 0.87 236.25 0.33 0.09
Hex 10 11 20 32 2F 0 57 EC 21 9
Octal 20 21 40 62 57 0 127 354 41 11
Binary 10000 10001 100000 110010 101111 0 1010111 11101100 100001 1001

Color Harmonies of #101120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101120

Black with #101120

Text Example


Text Example

White with #101120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101120; }

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

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

background-color css

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

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

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

border-color css

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

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

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