Html Css Color HEX #101119 Black Russian

📋 copy color: '#101119'

red 16 ◦ green 17 ◦ blue 25

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

Shades of Black Russian #101119

Tints of Black Russian #101119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 43.1%

R = 27.59%
G = 29.31%
B = 43.1%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#101119 (or 0x101119) is known color: Black Russian. HEX triplet: 10, 11 and 19. RGB value is (16,17,25). Sum of RGB (Red+Green+Blue) = 16+17+25=58 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.59% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 25 (10.16% from 255 or 43.10% from 58); Max value from RGB is 25 - color contains mainly: blue. Hex color #101119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101119 is #EFEEE6. Grayscale: #111111. Windows color (decimal): -15724263 or 1642768. OLE color: 1642768.

HSL color Cylindrical-coordinate representation of color #101119: hue angle of 233.33º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #101119 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 16 17 25 -
CMYK 0.36 0.32 0 0.90
HSL 233.33º 0.22% 0.08% -
HSV(B) 233.33º 0.36% 0.1% -
XYZ 0.59 0.58 1 -
YUV 17.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 16 17 25 0.36 0.32 0 0.90 233.33 0.22 0.08
Hex 10 11 19 24 20 0 5A E9 16 8
Octal 20 21 31 44 40 0 132 351 26 10
Binary 10000 10001 11001 100100 100000 0 1011010 11101001 10110 1000

Color Harmonies of #101119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101119

Black with #101119

Text Example


Text Example

White with #101119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101119; }

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

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

background-color css

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

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

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

border-color css

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

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

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