#130223

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

Shades of Blackcurrant #130223

Tints of Blackcurrant #130223

Color information

#130223 (or 0x130223) is unknown color: approx Blackcurrant. HEX triplet: 13, 02 and 23. RGB value is (19,2,35). Sum of RGB (Red+Green+Blue) = 19+2+35=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 35 (14.06% from 255 or 62.5% from 56); Max value from RGB is 35 - color contains mainly: blue. Hex color #130223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130223 is #ECFDDC. Grayscale: #0A0A0A. Windows color (decimal): -15531485 or 2294291. OLE color: 2294291.

HSL color Cylindrical-coordinate representation of color #130223: hue angle of 270.91º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130223 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB19235-
CMYK0.460.9400.86
HSL270.91º89.19%7.25%-
HSV(B)270.91º94.29%13.73%-
XYZ0.590.31.62-
YUV10.84141.63133.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 2 (1.17% from 255) = 3.57%
BLUE value IS 35 (14.06% from 255) = 62.5%
R=33.93%
G=3.57%
B=62.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal192350.460.9400.86270.9189.197.25
Hex132232E5E05610f597
Octal232435613601264171317
Binary10011101000111011101011110010101101000011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130223; }

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

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

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

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

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

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

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

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