#130824

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

Shades of Blackcurrant #130824

Tints of Blackcurrant #130824

Color information

#130824 (or 0x130824) is unknown color: approx Blackcurrant. HEX triplet: 13, 08 and 24. RGB value is (19,8,36). Sum of RGB (Red+Green+Blue) = 19+8+36=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 36 (14.45% from 255 or 57.14% from 63); Max value from RGB is 36 - color contains mainly: blue. Hex color #130824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130824 is #ECF7DB. Grayscale: #0E0E0E. Windows color (decimal): -15529948 or 2361363. OLE color: 2361363.

HSL color Cylindrical-coordinate representation of color #130824: hue angle of 263.57º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #130824 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB19836-
CMYK0.470.7800.86
HSL263.57º63.64%8.63%-
HSV(B)263.57º77.78%14.12%-
XYZ0.670.441.72-
YUV14.48140.14131.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.16%
GREEN value IS 8 (3.52% from 255) = 12.70%
BLUE value IS 36 (14.45% from 255) = 57.14%
R=30.16%
G=12.70%
B=57.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal198360.470.7800.86263.5763.648.63
Hex138242F4E056108409
Octal23104457116012641010011
Binary10011100010010010111110011100101011010000100010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130824; }

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

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

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

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

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

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

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

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