#100B30

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

Shades of Black Russian #100B30

Tints of Black Russian #100B30

Color information

#100B30 (or 0x100B30) is unknown color: approx Black Russian. HEX triplet: 10, 0B and 30. RGB value is (16,11,48). Sum of RGB (Red+Green+Blue) = 16+11+48=75 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.33% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 48 (19.14% from 255 or 64% from 75); Max value from RGB is 48 - color contains mainly: blue. Hex color #100B30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B30 is #EFF4CF. Grayscale: #101010. Windows color (decimal): -15725776 or 3148560. OLE color: 3148560.

HSL color Cylindrical-coordinate representation of color #100B30: hue angle of 248.11º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #100B30 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB161148-
CMYK0.670.7700.81
HSL248.11º62.71%11.57%-
HSV(B)248.11º77.08%18.82%-
XYZ0.870.562.86-
YUV16.71145.66127.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.33%
GREEN value IS 11 (4.69% from 255) = 14.67%
BLUE value IS 48 (19.14% from 255) = 64%
R=21.33%
G=14.67%
B=64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1611480.670.7700.81248.1162.7111.57
Hex10B30434D051f83fc
Octal20136010311501213707714
Binary1000010111100001000011100110101010001111110001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,11,48); }

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

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

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

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

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

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

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