Html Css Color HEX #10111E Black Russian

📋 copy color: '#10111E'

red 16 ◦ green 17 ◦ blue 30

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

Shades of Black Russian #10111E

Tints of Black Russian #10111E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 47.62%

R = 25.4%
G = 26.98%
B = 47.62%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#10111E (or 0x10111E) is known color: Black Russian. HEX triplet: 10, 11 and 1E. RGB value is (16,17,30). Sum of RGB (Red+Green+Blue) = 16+17+30=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #10111E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10111E is #EFEEE1. Grayscale: #121212. Windows color (decimal): -15724258 or 1970448. OLE color: 1970448.

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

Color convert

RGB 16 17 30 -
CMYK 0.47 0.43 0 0.88
HSL 235.71º 0.3% 0.09% -
HSV(B) 235.71º 0.47% 0.12% -
XYZ 0.65 0.6 1.31 -
YUV 18.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 16 17 30 0.47 0.43 0 0.88 235.71 0.3 0.09
Hex 10 11 1E 2F 2B 0 58 EC 1E 9
Octal 20 21 36 57 53 0 130 354 36 11
Binary 10000 10001 11110 101111 101011 0 1011000 11101100 11110 1001

Color Harmonies of #10111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10111E

Black with #10111E

Text Example


Text Example

White with #10111E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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