#100C37

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

Shades of Black Russian #100C37

Tints of Black Russian #100C37

Color information

#100C37 (or 0x100C37) is unknown color: approx Black Russian. HEX triplet: 10, 0C and 37. RGB value is (16,12,55). Sum of RGB (Red+Green+Blue) = 16+12+55=83 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.28% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 55 (21.88% from 255 or 66.27% from 83); Max value from RGB is 55 - color contains mainly: blue. Hex color #100C37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100C37 is #EFF3C8. Grayscale: #111111. Windows color (decimal): -15725513 or 3607568. OLE color: 3607568.

HSL color Cylindrical-coordinate representation of color #100C37: hue angle of 245.58º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #100C37 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB161255-
CMYK0.710.7800.78
HSL245.58º64.18%13.14%-
HSV(B)245.58º78.18%21.57%-
XYZ1.030.653.69-
YUV18.1148.83126.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.28%
GREEN value IS 12 (5.08% from 255) = 14.46%
BLUE value IS 55 (21.88% from 255) = 66.27%
R=19.28%
G=14.46%
B=66.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1612550.710.7800.78245.5864.1813.14
Hex10C37474E04Ef640d
Octal201467107116011636610015
Binary10000110011011110001111001110010011101111011010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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