#130236

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

Shades of Blackcurrant #130236

Tints of Blackcurrant #130236

Color information

#130236 (or 0x130236) is unknown color: approx Blackcurrant. HEX triplet: 13, 02 and 36. RGB value is (19,2,54). Sum of RGB (Red+Green+Blue) = 19+2+54=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 54 (21.48% from 255 or 72% from 75); Max value from RGB is 54 - color contains mainly: blue. Hex color #130236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130236 is #ECFDC9. Grayscale: #0C0C0C. Windows color (decimal): -15531466 or 3539475. OLE color: 3539475.

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

Color convert

RGB19254-
CMYK0.650.9600.79
HSL259.62º92.86%10.98%-
HSV(B)259.62º96.3%21.18%-
XYZ0.960.453.53-
YUV13.01151.13132.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.33%
GREEN value IS 2 (1.17% from 255) = 2.67%
BLUE value IS 54 (21.48% from 255) = 72%
R=25.33%
G=2.67%
B=72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal192540.650.9600.79259.6292.8610.98
Hex13236416004F1045db
Octal23266101140011740413513
Binary1001110110110100000111000000100111110000010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130236; }

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

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

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

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

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

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

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

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