#10102D

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

Shades of Black Russian #10102D

Tints of Black Russian #10102D

Color information

#10102D (or 0x10102D) is unknown color: approx Black Russian. HEX triplet: 10, 10 and 2D. RGB value is (16,16,45). Sum of RGB (Red+Green+Blue) = 16+16+45=77 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.78% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 45 (17.97% from 255 or 58.44% from 77); Max value from RGB is 45 - color contains mainly: blue. Hex color #10102D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10102D is #EFEFD2. Grayscale: #131313. Windows color (decimal): -15724499 or 2953232. OLE color: 2953232.

HSL color Cylindrical-coordinate representation of color #10102D: hue angle of 240º 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 #10102D is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB161645-
CMYK0.640.6400.82
HSL240º47.54%11.96%-
HSV(B)240º64.44%17.65%-
XYZ0.870.672.57-
YUV19.31142.5125.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.78%
GREEN value IS 16 (6.64% from 255) = 20.78%
BLUE value IS 45 (17.97% from 255) = 58.44%
R=20.78%
G=20.78%
B=58.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1616450.640.6400.8224047.5411.96
Hex10102D4040052f030c
Octal20205510010001223606014
Binary10000100001011011000000100000001010010111100001100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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