#130230

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

Shades of Blackcurrant #130230

Tints of Blackcurrant #130230

Color information

#130230 (or 0x130230) is unknown color: approx Blackcurrant. HEX triplet: 13, 02 and 30. RGB value is (19,2,48). Sum of RGB (Red+Green+Blue) = 19+2+48=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 48 (19.14% from 255 or 69.57% from 69); Max value from RGB is 48 - color contains mainly: blue. Hex color #130230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130230 is #ECFDCF. Grayscale: #0C0C0C. Windows color (decimal): -15531472 or 3146259. OLE color: 3146259.

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

Color convert

RGB19248-
CMYK0.600.9600.81
HSL262.17º92%9.8%-
HSV(B)262.17º95.83%18.82%-
XYZ0.820.42.83-
YUV12.33148.13132.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.54%
GREEN value IS 2 (1.17% from 255) = 2.90%
BLUE value IS 48 (19.14% from 255) = 69.57%
R=27.54%
G=2.90%
B=69.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal192480.600.9600.81262.17929.8
Hex132303C600511065ca
Octal2326074140012140613412
Binary100111011000011110011000000101000110000011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130230; }

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

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

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

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

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

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

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

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