#10132F

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

Shades of Black Russian #10132F

Tints of Black Russian #10132F

Color information

#10132F (or 0x10132F) is unknown color: approx Black Russian. HEX triplet: 10, 13 and 2F. RGB value is (16,19,47). Sum of RGB (Red+Green+Blue) = 16+19+47=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 47 (18.75% from 255 or 57.32% from 82); Max value from RGB is 47 - color contains mainly: blue. Hex color #10132F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10132F is #EFECD0. Grayscale: #151515. Windows color (decimal): -15723729 or 3085072. OLE color: 3085072.

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

Color convert

RGB161947-
CMYK0.660.6000.82
HSL234.19º49.21%12.35%-
HSV(B)234.19º65.96%18.43%-
XYZ0.960.782.79-
YUV21.3142.51124.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.51%
GREEN value IS 19 (7.81% from 255) = 23.17%
BLUE value IS 47 (18.75% from 255) = 57.32%
R=19.51%
G=23.17%
B=57.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1619470.660.6000.82234.1949.2112.35
Hex10132F423C052ea31c
Octal2023571027401223526114
Binary1000010011101111100001011110001010010111010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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