#100C35

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

Shades of Black Russian #100C35

Tints of Black Russian #100C35

Color information

#100C35 (or 0x100C35) is unknown color: approx Black Russian. HEX triplet: 10, 0C and 35. RGB value is (16,12,53). Sum of RGB (Red+Green+Blue) = 16+12+53=81 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.75% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 53 (21.09% from 255 or 65.43% from 81); Max value from RGB is 53 - color contains mainly: blue. Hex color #100C35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100C35 is #EFF3CA. Grayscale: #111111. Windows color (decimal): -15725515 or 3476496. OLE color: 3476496.

HSL color Cylindrical-coordinate representation of color #100C35: hue angle of 245.85º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #100C35 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB161253-
CMYK0.700.7700.79
HSL245.85º63.08%12.75%-
HSV(B)245.85º77.36%20.78%-
XYZ0.990.633.44-
YUV17.87147.83126.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.75%
GREEN value IS 12 (5.08% from 255) = 14.81%
BLUE value IS 53 (21.09% from 255) = 65.43%
R=19.75%
G=14.81%
B=65.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1612530.700.7700.79245.8563.0812.75
Hex10C35464D04Ff63fd
Octal20146510611501173667715
Binary1000011001101011000110100110101001111111101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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