#130828

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

Shades of Blackcurrant #130828

Tints of Blackcurrant #130828

Color information

#130828 (or 0x130828) is unknown color: approx Blackcurrant. HEX triplet: 13, 08 and 28. RGB value is (19,8,40). Sum of RGB (Red+Green+Blue) = 19+8+40=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 40 (16.02% from 255 or 59.70% from 67); Max value from RGB is 40 - color contains mainly: blue. Hex color #130828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130828 is #ECF7D7. Grayscale: #0E0E0E. Windows color (decimal): -15529944 or 2623507. OLE color: 2623507.

HSL color Cylindrical-coordinate representation of color #130828: hue angle of 260.62º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #130828 is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB19840-
CMYK0.520.8000.84
HSL260.62º66.67%9.41%-
HSV(B)260.62º80%15.69%-
XYZ0.740.472.06-
YUV14.94142.14130.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.36%
GREEN value IS 8 (3.52% from 255) = 11.94%
BLUE value IS 40 (16.02% from 255) = 59.70%
R=28.36%
G=11.94%
B=59.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal198400.520.8000.84260.6266.679.41
Hex138283450054105439
Octal23105064120012440510311
Binary10011100010100011010010100000101010010000010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130828; }

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

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

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

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

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

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

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

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