#130921

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

Shades of Blackcurrant #130921

Tints of Blackcurrant #130921

Color information

#130921 (or 0x130921) is unknown color: approx Blackcurrant. HEX triplet: 13, 09 and 21. RGB value is (19,9,33). Sum of RGB (Red+Green+Blue) = 19+9+33=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 33 (13.28% from 255 or 54.10% from 61); Max value from RGB is 33 - color contains mainly: blue. Hex color #130921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130921 is #ECF6DE. Grayscale: #0E0E0E. Windows color (decimal): -15529695 or 2165011. OLE color: 2165011.

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

Color convert

RGB19933-
CMYK0.420.7300.87
HSL265º57.14%8.24%-
HSV(B)265º72.73%12.94%-
XYZ0.640.441.49-
YUV14.73138.31131.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 31.15%
GREEN value IS 9 (3.91% from 255) = 14.75%
BLUE value IS 33 (13.28% from 255) = 54.10%
R=31.15%
G=14.75%
B=54.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal199330.420.7300.8726557.148.24
Hex139212A49057109398
Octal2311415211101274117110
Binary1001110011000011010101001001010101111000010011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130921; }

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

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

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

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

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

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

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

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