#130718

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

Shades of Blackcurrant #130718

Tints of Blackcurrant #130718

Color information

#130718 (or 0x130718) is unknown color: approx Blackcurrant. HEX triplet: 13, 07 and 18. RGB value is (19,7,24). Sum of RGB (Red+Green+Blue) = 19+7+24=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 24 (9.77% from 255 or 48% from 50); Max value from RGB is 24 - color contains mainly: blue. Hex color #130718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130718 is #ECF8E7. Grayscale: #0C0C0C. Windows color (decimal): -15530216 or 1574675. OLE color: 1574675.

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

Color convert

RGB19724-
CMYK0.210.7100.91
HSL282.35º54.84%6.08%-
HSV(B)282.35º70.83%9.41%-
XYZ0.510.360.91-
YUV12.53134.48132.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38%
GREEN value IS 7 (3.12% from 255) = 14%
BLUE value IS 24 (9.77% from 255) = 48%
R=38%
G=14%
B=48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal197240.210.7100.91282.3554.846.08
Hex13718154705B11a376
Octal23730251070133432676
Binary100111111100010101100011101011011100011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130718; }

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

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

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

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

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

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

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

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