#130817

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

Shades of Blackcurrant #130817

Tints of Blackcurrant #130817

Color information

#130817 (or 0x130817) is unknown color: approx Blackcurrant. HEX triplet: 13, 08 and 17. RGB value is (19,8,23). Sum of RGB (Red+Green+Blue) = 19+8+23=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 8 (3.52% from 255 or 16% from 50); Blue value is 23 (9.38% from 255 or 46% from 50); Max value from RGB is 23 - color contains mainly: blue. Hex color #130817 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130817 is #ECF7E8. Grayscale: #0C0C0C. Windows color (decimal): -15529961 or 1509395. OLE color: 1509395.

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

Color convert

RGB19823-
CMYK0.170.6500.91
HSL284º48.39%6.08%-
HSV(B)284º65.22%9.02%-
XYZ0.510.370.86-
YUV13133.64132.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38%
GREEN value IS 8 (3.52% from 255) = 16%
BLUE value IS 23 (9.38% from 255) = 46%
R=38%
G=16%
B=46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal198230.170.6500.9128448.396.08
Hex13817114105B11c306
Octal231027211010133434606
Binary1001110001011110001100000101011011100011100110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130817; }

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

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

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

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

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

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

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

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