#10132D

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

Shades of Black Russian #10132D

Tints of Black Russian #10132D

Color information

#10132D (or 0x10132D) is unknown color: approx Black Russian. HEX triplet: 10, 13 and 2D. RGB value is (16,19,45). Sum of RGB (Red+Green+Blue) = 16+19+45=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #10132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10132D is #EFECD2. Grayscale: #141414. Windows color (decimal): -15723731 or 2954000. OLE color: 2954000.

HSL color Cylindrical-coordinate representation of color #10132D: hue angle of 233.79º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #10132D is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB161945-
CMYK0.640.5800.82
HSL233.79º47.54%11.96%-
HSV(B)233.79º64.44%17.65%-
XYZ0.920.772.58-
YUV21.07141.51124.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20%
GREEN value IS 19 (7.81% from 255) = 23.75%
BLUE value IS 45 (17.97% from 255) = 56.25%
R=20%
G=23.75%
B=56.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1619450.640.5800.82233.7947.5411.96
Hex10132D403A052ea30c
Octal2023551007201223526014
Binary1000010011101101100000011101001010010111010101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10132D; }

 p { color: rgb(16,19,45); }

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

<style>
 a { background-color: #10132D; }

 a { background-color: rgb(16,19,45); }

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

<style>
 span { border-color: #10132D; }

 span { border-color: rgb(16,19,45); }

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