#100D2F

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

Shades of Black Russian #100D2F

Tints of Black Russian #100D2F

Color information

#100D2F (or 0x100D2F) is unknown color: approx Black Russian. HEX triplet: 10, 0D and 2F. RGB value is (16,13,47). Sum of RGB (Red+Green+Blue) = 16+13+47=76 (10% of max value = 765). Red value is 16 (6.64% from 255 or 21.05% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 47 (18.75% from 255 or 61.84% from 76); Max value from RGB is 47 - color contains mainly: blue. Hex color #100D2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100D2F is #EFF2D0. Grayscale: #111111. Windows color (decimal): -15725265 or 3083536. OLE color: 3083536.

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

Color convert

RGB161347-
CMYK0.660.7200.82
HSL245.29º56.67%11.76%-
HSV(B)245.29º72.34%18.43%-
XYZ0.870.62.76-
YUV17.77144.49126.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.05%
GREEN value IS 13 (5.47% from 255) = 17.11%
BLUE value IS 47 (18.75% from 255) = 61.84%
R=21.05%
G=17.11%
B=61.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1613470.660.7200.82245.2956.6711.76
Hex10D2F4248052f539c
Octal20155710211001223657114
Binary1000011011011111000010100100001010010111101011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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