#130821

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

Shades of Blackcurrant #130821

Tints of Blackcurrant #130821

Color information

#130821 (or 0x130821) is unknown color: approx Blackcurrant. HEX triplet: 13, 08 and 21. RGB value is (19,8,33). Sum of RGB (Red+Green+Blue) = 19+8+33=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 33 (13.28% from 255 or 55% from 60); Max value from RGB is 33 - color contains mainly: blue. Hex color #130821 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130821 is #ECF7DE. Grayscale: #0E0E0E. Windows color (decimal): -15529951 or 2164755. OLE color: 2164755.

HSL color Cylindrical-coordinate representation of color #130821: hue angle of 266.4º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #130821 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB19833-
CMYK0.420.7600.87
HSL266.4º60.98%8.04%-
HSV(B)266.4º75.76%12.94%-
XYZ0.630.421.49-
YUV14.14138.64131.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 31.67%
GREEN value IS 8 (3.52% from 255) = 13.33%
BLUE value IS 33 (13.28% from 255) = 55%
R=31.67%
G=13.33%
B=55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal198330.420.7600.87266.460.988.04
Hex138212A4C05710a3d8
Octal2310415211401274127510
Binary1001110001000011010101001100010101111000010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130821; }

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

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

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

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

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

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

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

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