#100C33

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

Shades of Black Russian #100C33

Tints of Black Russian #100C33

Color information

#100C33 (or 0x100C33) is unknown color: approx Black Russian. HEX triplet: 10, 0C and 33. RGB value is (16,12,51). Sum of RGB (Red+Green+Blue) = 16+12+51=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 51 (20.31% from 255 or 64.56% from 79); Max value from RGB is 51 - color contains mainly: blue. Hex color #100C33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100C33 is #EFF3CC. Grayscale: #111111. Windows color (decimal): -15725517 or 3345424. OLE color: 3345424.

HSL color Cylindrical-coordinate representation of color #100C33: hue angle of 246.15º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #100C33 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB161251-
CMYK0.690.7600.8
HSL246.15º61.9%12.35%-
HSV(B)246.15º76.47%20%-
XYZ0.940.613.2-
YUV17.64146.83126.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.25%
GREEN value IS 12 (5.08% from 255) = 15.19%
BLUE value IS 51 (20.31% from 255) = 64.56%
R=20.25%
G=15.19%
B=64.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1612510.690.7600.8246.1561.912.35
Hex10C33454C050f63ec
Octal20146310511401203667614
Binary1000011001100111000101100110001010000111101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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