Html Css Color HEX #10111D Black Russian

📋 copy color: '#10111D'

red 16 ◦ green 17 ◦ blue 29

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

Shades of Black Russian #10111D

Tints of Black Russian #10111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 46.77%

R = 25.81%
G = 27.42%
B = 46.77%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#10111D (or 0x10111D) is known color: Black Russian. HEX triplet: 10, 11 and 1D. RGB value is (16,17,29). Sum of RGB (Red+Green+Blue) = 16+17+29=62 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.81% from 62); Green value is 17 (7.03% from 255 or 27.42% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: blue. Hex color #10111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10111D is #EFEEE2. Grayscale: #121212. Windows color (decimal): -15724259 or 1904912. OLE color: 1904912.

HSL color Cylindrical-coordinate representation of color #10111D: hue angle of 235.38º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #10111D is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 16 17 29 -
CMYK 0.45 0.41 0 0.89
HSL 235.38º 0.29% 0.09% -
HSV(B) 235.38º 0.45% 0.11% -
XYZ 0.64 0.6 1.24 -
YUV 18.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 16 17 29 0.45 0.41 0 0.89 235.38 0.29 0.09
Hex 10 11 1D 2D 29 0 59 EB 1D 9
Octal 20 21 35 55 51 0 131 353 35 11
Binary 10000 10001 11101 101101 101001 0 1011001 11101011 11101 1001

Color Harmonies of #10111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10111D

Black with #10111D

Text Example


Text Example

White with #10111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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