#130918

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

Shades of Blackcurrant #130918

Tints of Blackcurrant #130918

Color information

#130918 (or 0x130918) is unknown color: approx Blackcurrant. HEX triplet: 13, 09 and 18. RGB value is (19,9,24). Sum of RGB (Red+Green+Blue) = 19+9+24=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 24 (9.77% from 255 or 46.15% from 52); Max value from RGB is 24 - color contains mainly: blue. Hex color #130918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130918 is #ECF6E7. Grayscale: #0D0D0D. Windows color (decimal): -15529704 or 1575187. OLE color: 1575187.

HSL color Cylindrical-coordinate representation of color #130918: hue angle of 280º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #130918 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB19924-
CMYK0.210.6300.91
HSL280º45.45%6.47%-
HSV(B)280º62.5%9.41%-
XYZ0.530.40.91-
YUV13.7133.81131.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 36.54%
GREEN value IS 9 (3.91% from 255) = 17.31%
BLUE value IS 24 (9.77% from 255) = 46.15%
R=36.54%
G=17.31%
B=46.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal199240.210.6300.9128045.456.47
Hex13918153F05B1182d6
Octal23113025770133430556
Binary100111001110001010111111101011011100011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130918; }

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

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

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

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

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

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

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

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