#130330

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

Shades of Blackcurrant #130330

Tints of Blackcurrant #130330

Color information

#130330 (or 0x130330) is unknown color: approx Blackcurrant. HEX triplet: 13, 03 and 30. RGB value is (19,3,48). Sum of RGB (Red+Green+Blue) = 19+3+48=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 48 (19.14% from 255 or 68.57% from 70); Max value from RGB is 48 - color contains mainly: blue. Hex color #130330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130330 is #ECFCCF. Grayscale: #0C0C0C. Windows color (decimal): -15531216 or 3146515. OLE color: 3146515.

HSL color Cylindrical-coordinate representation of color #130330: hue angle of 261.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130330 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB19348-
CMYK0.600.9400.81
HSL261.33º88.24%10%-
HSV(B)261.33º93.75%18.82%-
XYZ0.830.422.83-
YUV12.91147.8132.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.14%
GREEN value IS 3 (1.56% from 255) = 4.29%
BLUE value IS 48 (19.14% from 255) = 68.57%
R=27.14%
G=4.29%
B=68.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal193480.600.9400.81261.3388.2410
Hex133303C5E05110558a
Octal2336074136012140513012
Binary100111111000011110010111100101000110000010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130330; }

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

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

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

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

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

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

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

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