#100C31

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

Shades of Black Russian #100C31

Tints of Black Russian #100C31

Color information

#100C31 (or 0x100C31) is unknown color: approx Black Russian. HEX triplet: 10, 0C and 31. RGB value is (16,12,49). Sum of RGB (Red+Green+Blue) = 16+12+49=77 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.78% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 49 (19.53% from 255 or 63.64% from 77); Max value from RGB is 49 - color contains mainly: blue. Hex color #100C31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100C31 is #EFF3CE. Grayscale: #111111. Windows color (decimal): -15725519 or 3214352. OLE color: 3214352.

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

Color convert

RGB161249-
CMYK0.670.7600.81
HSL246.49º60.66%11.96%-
HSV(B)246.49º75.51%19.22%-
XYZ0.90.592.97-
YUV17.41145.83126.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.78%
GREEN value IS 12 (5.08% from 255) = 15.58%
BLUE value IS 49 (19.53% from 255) = 63.64%
R=20.78%
G=15.58%
B=63.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1612490.670.7600.81246.4960.6611.96
Hex10C31434C051f63dc
Octal20146110311401213667514
Binary1000011001100011000011100110001010001111101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,12,49); }

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

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

 a { background-color: rgb(16,12,49); }

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

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

 span { border-color: rgb(16,12,49); }

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