Html Css Color HEX #10111F Black Russian

📋 copy color: '#10111F'

red 16 ◦ green 17 ◦ blue 31

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

Shades of Black Russian #10111F

Tints of Black Russian #10111F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 48.44%

R = 25%
G = 26.56%
B = 48.44%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#10111F (or 0x10111F) is known color: Black Russian. HEX triplet: 10, 11 and 1F. RGB value is (16,17,31). Sum of RGB (Red+Green+Blue) = 16+17+31=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #10111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10111F is #EFEEE0. Grayscale: #121212. Windows color (decimal): -15724257 or 2035984. OLE color: 2035984.

HSL color Cylindrical-coordinate representation of color #10111F: hue angle of 236º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #10111F is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 16 17 31 -
CMYK 0.48 0.45 0 0.88
HSL 236º 0.32% 0.09% -
HSV(B) 236º 0.48% 0.12% -
XYZ 0.66 0.61 1.38 -
YUV 18.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 16 17 31 0.48 0.45 0 0.88 236 0.32 0.09
Hex 10 11 1F 30 2D 0 58 EC 20 9
Octal 20 21 37 60 55 0 130 354 40 11
Binary 10000 10001 11111 110000 101101 0 1011000 11101100 100000 1001

Color Harmonies of #10111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10111F

Black with #10111F

Text Example


Text Example

White with #10111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10111F; }

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

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

background-color css

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

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

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

border-color css

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

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

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