#100E2D

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

Shades of Black Russian #100E2D

Tints of Black Russian #100E2D

Color information

#100E2D (or 0x100E2D) is unknown color: approx Black Russian. HEX triplet: 10, 0E and 2D. RGB value is (16,14,45). Sum of RGB (Red+Green+Blue) = 16+14+45=75 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.33% from 75); Green value is 14 (5.86% from 255 or 18.67% from 75); Blue value is 45 (17.97% from 255 or 60% from 75); Max value from RGB is 45 - color contains mainly: blue. Hex color #100E2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100E2D is #EFF1D2. Grayscale: #121212. Windows color (decimal): -15725011 or 2952720. OLE color: 2952720.

HSL color Cylindrical-coordinate representation of color #100E2D: hue angle of 243.87º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #100E2D is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB161445-
CMYK0.640.6900.82
HSL243.87º52.54%11.57%-
HSV(B)243.87º68.89%17.65%-
XYZ0.840.612.56-
YUV18.13143.16126.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.33%
GREEN value IS 14 (5.86% from 255) = 18.67%
BLUE value IS 45 (17.97% from 255) = 60%
R=21.33%
G=18.67%
B=60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1614450.640.6900.82243.8752.5411.57
Hex10E2D4045052f435c
Octal20165510010501223646514
Binary1000011101011011000000100010101010010111101001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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