#10132B

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

Shades of Black Russian #10132B

Tints of Black Russian #10132B

Color information

#10132B (or 0x10132B) is unknown color: approx Black Russian. HEX triplet: 10, 13 and 2B. RGB value is (16,19,43). Sum of RGB (Red+Green+Blue) = 16+19+43=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 43 (17.19% from 255 or 55.13% from 78); Max value from RGB is 43 - color contains mainly: blue. Hex color #10132B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10132B is #EFECD4. Grayscale: #141414. Windows color (decimal): -15723733 or 2822928. OLE color: 2822928.

HSL color Cylindrical-coordinate representation of color #10132B: hue angle of 233.33º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #10132B is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB161943-
CMYK0.630.5600.83
HSL233.33º45.76%11.57%-
HSV(B)233.33º62.79%16.86%-
XYZ0.880.752.38-
YUV20.84140.51124.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.51%
GREEN value IS 19 (7.81% from 255) = 24.36%
BLUE value IS 43 (17.19% from 255) = 55.13%
R=20.51%
G=24.36%
B=55.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1619430.630.5600.83233.3345.7611.57
Hex10132B3F38053e92ec
Octal202353777001233515614
Binary100001001110101111111111100001010011111010011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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