#130818

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

Shades of Blackcurrant #130818

Tints of Blackcurrant #130818

Color information

#130818 (or 0x130818) is unknown color: approx Blackcurrant. HEX triplet: 13, 08 and 18. RGB value is (19,8,24). Sum of RGB (Red+Green+Blue) = 19+8+24=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: blue. Hex color #130818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130818 is #ECF7E7. Grayscale: #0D0D0D. Windows color (decimal): -15529960 or 1574931. OLE color: 1574931.

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

Color convert

RGB19824-
CMYK0.210.6700.91
HSL281.25º50%6.27%-
HSV(B)281.25º66.67%9.41%-
XYZ0.520.380.91-
YUV13.11134.14132.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 37.25%
GREEN value IS 8 (3.52% from 255) = 15.69%
BLUE value IS 24 (9.77% from 255) = 47.06%
R=37.25%
G=15.69%
B=47.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal198240.210.6700.91281.25506.27
Hex13818154305B119326
Octal231030251030133431626
Binary1001110001100010101100001101011011100011001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130818; }

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

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

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

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

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

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

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

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