#130234

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

Shades of Blackcurrant #130234

Tints of Blackcurrant #130234

Color information

#130234 (or 0x130234) is unknown color: approx Blackcurrant. HEX triplet: 13, 02 and 34. RGB value is (19,2,52). Sum of RGB (Red+Green+Blue) = 19+2+52=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 52 (20.70% from 255 or 71.23% from 73); Max value from RGB is 52 - color contains mainly: blue. Hex color #130234 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130234 is #ECFDCB. Grayscale: #0C0C0C. Windows color (decimal): -15531468 or 3408403. OLE color: 3408403.

HSL color Cylindrical-coordinate representation of color #130234: hue angle of 260.4º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130234 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB19252-
CMYK0.630.9600.80
HSL260.4º92.59%10.59%-
HSV(B)260.4º96.15%20.39%-
XYZ0.910.433.28-
YUV12.78150.13132.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.03%
GREEN value IS 2 (1.17% from 255) = 2.74%
BLUE value IS 52 (20.70% from 255) = 71.23%
R=26.03%
G=2.74%
B=71.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal192520.630.9600.80260.492.5910.59
Hex132343F600501045db
Octal2326477140012040413513
Binary100111011010011111111000000101000010000010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130234; }

 p { color: rgb(19,2,52); }

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

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

 a { background-color: rgb(19,2,52); }

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

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

 span { border-color: rgb(19,2,52); }

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