#100913

Color #100913 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #100913

Tints of Blackcurrant #100913

Color information

#100913 (or 0x100913) is unknown color: approx Blackcurrant. HEX triplet: 10, 09 and 13. RGB value is (16,9,19). Sum of RGB (Red+Green+Blue) = 16+9+19=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 19 - color contains mainly: blue. Hex color #100913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100913 is #EFF6EC. Grayscale: #0C0C0C. Windows color (decimal): -15726317 or 1247504. OLE color: 1247504.

HSL color Cylindrical-coordinate representation of color #100913: hue angle of 282º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #100913 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB16919-
CMYK0.160.5300.93
HSL282º35.71%5.49%-
HSV(B)282º52.63%7.45%-
XYZ0.430.350.66-
YUV12.23131.82130.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 36.36%
GREEN value IS 9 (3.91% from 255) = 20.45%
BLUE value IS 19 (7.81% from 255) = 43.18%
R=36.36%
G=20.45%
B=43.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal169190.160.5300.9328235.715.49
Hex10913103505D11a245
Octal20112320650135432445
Binary100001001100111000011010101011101100011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100913; }

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

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

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

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

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

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

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

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