#100D1F

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

Shades of Black Russian #100D1F

Tints of Black Russian #100D1F

Color information

#100D1F (or 0x100D1F) is unknown color: approx Black Russian. HEX triplet: 10, 0D and 1F. RGB value is (16,13,31). Sum of RGB (Red+Green+Blue) = 16+13+31=60 (7% of max value = 765). Red value is 16 (6.64% from 255 or 26.67% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #100D1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100D1F is #EFF2E0. Grayscale: #0F0F0F. Windows color (decimal): -15725281 or 2034960. OLE color: 2034960.

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

Color convert

RGB161331-
CMYK0.480.5800.88
HSL250º40.91%8.63%-
HSV(B)250º58.06%12.16%-
XYZ0.60.51.36-
YUV15.95136.49128.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 26.67%
GREEN value IS 13 (5.47% from 255) = 21.67%
BLUE value IS 31 (12.5% from 255) = 51.67%
R=26.67%
G=21.67%
B=51.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1613310.480.5800.8825040.918.63
Hex10D1F303A058fa299
Octal201537607201303725111
Binary1000011011111111000011101001011000111110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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