#100E30

Color #100E30 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #100E30

Tints of Black Russian #100E30

Color information

#100E30 (or 0x100E30) is unknown color: approx Black Russian. HEX triplet: 10, 0E and 30. RGB value is (16,14,48). Sum of RGB (Red+Green+Blue) = 16+14+48=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 48 (19.14% from 255 or 61.54% from 78); Max value from RGB is 48 - color contains mainly: blue. Hex color #100E30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100E30 is #EFF1CF. Grayscale: #121212. Windows color (decimal): -15725008 or 3149328. OLE color: 3149328.

HSL color Cylindrical-coordinate representation of color #100E30: hue angle of 243.53º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #100E30 is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB161448-
CMYK0.670.7100.81
HSL243.53º54.84%12.16%-
HSV(B)243.53º70.83%18.82%-
XYZ0.90.642.87-
YUV18.47144.66126.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.51%
GREEN value IS 14 (5.86% from 255) = 17.95%
BLUE value IS 48 (19.14% from 255) = 61.54%
R=20.51%
G=17.95%
B=61.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1614480.670.7100.81243.5354.8412.16
Hex10E304347051f437c
Octal20166010310701213646714
Binary1000011101100001000011100011101010001111101001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100E30; }

 p { color: rgb(16,14,48); }

 H1.HeaderClassName
 {
   color: #100E30;
 }
 .AnyTagClassName
 {
   color: #100E30;
 }
</style>
background-color css

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

 a { background-color: rgb(16,14,48); }

 div.DivClassName
 {
   background-color: #100E30;
 }
 .BgClassName
 {
   background-color: #100E30;
 }
</style>
border-color css

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

 span { border-color: rgb(16,14,48); }

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