#130321

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

Shades of Blackcurrant #130321

Tints of Blackcurrant #130321

Color information

#130321 (or 0x130321) is unknown color: approx Blackcurrant. HEX triplet: 13, 03 and 21. RGB value is (19,3,33). Sum of RGB (Red+Green+Blue) = 19+3+33=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 33 (13.28% from 255 or 60% from 55); Max value from RGB is 33 - color contains mainly: blue. Hex color #130321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130321 is #ECFCDE. Grayscale: #0B0B0B. Windows color (decimal): -15531231 or 2163475. OLE color: 2163475.

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

Color convert

RGB19333-
CMYK0.420.9100.87
HSL272º83.33%7.06%-
HSV(B)272º90.91%12.94%-
XYZ0.580.311.47-
YUV11.2140.3133.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 34.55%
GREEN value IS 3 (1.56% from 255) = 5.45%
BLUE value IS 33 (13.28% from 255) = 60%
R=34.55%
G=5.45%
B=60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal193330.420.9100.8727283.337.06
Hex133212A5B057110537
Octal233415213301274201237
Binary10011111000011010101011011010101111000100001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130321; }

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

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

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

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

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

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

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

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