#130322

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

Shades of Blackcurrant #130322

Tints of Blackcurrant #130322

Color information

#130322 (or 0x130322) is unknown color: approx Blackcurrant. HEX triplet: 13, 03 and 22. RGB value is (19,3,34). Sum of RGB (Red+Green+Blue) = 19+3+34=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 34 (13.67% from 255 or 60.71% from 56); Max value from RGB is 34 - color contains mainly: blue. Hex color #130322 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130322 is #ECFCDD. Grayscale: #0B0B0B. Windows color (decimal): -15531230 or 2229011. OLE color: 2229011.

HSL color Cylindrical-coordinate representation of color #130322: hue angle of 270.97º degrees, saturation: 0.84, 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 #130322 is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB19334-
CMYK0.440.9100.87
HSL270.97º83.78%7.25%-
HSV(B)270.97º91.18%13.33%-
XYZ0.590.321.54-
YUV11.32140.8133.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 3 (1.56% from 255) = 5.36%
BLUE value IS 34 (13.67% from 255) = 60.71%
R=33.93%
G=5.36%
B=60.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal193340.440.9100.87270.9783.787.25
Hex133222C5B05710f547
Octal233425413301274171247
Binary10011111000101011001011011010101111000011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130322; }

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

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

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

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

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

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

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

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