#130226

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

Shades of Blackcurrant #130226

Tints of Blackcurrant #130226

Color information

#130226 (or 0x130226) is unknown color: approx Blackcurrant. HEX triplet: 13, 02 and 26. RGB value is (19,2,38). Sum of RGB (Red+Green+Blue) = 19+2+38=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 38 (15.23% from 255 or 64.41% from 59); Max value from RGB is 38 - color contains mainly: blue. Hex color #130226 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130226 is #ECFDD9. Grayscale: #0B0B0B. Windows color (decimal): -15531482 or 2490899. OLE color: 2490899.

HSL color Cylindrical-coordinate representation of color #130226: hue angle of 268.33º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130226 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB19238-
CMYK0.500.9500.85
HSL268.33º90%7.84%-
HSV(B)268.33º94.74%14.9%-
XYZ0.640.321.86-
YUV11.19143.13133.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.20%
GREEN value IS 2 (1.17% from 255) = 3.39%
BLUE value IS 38 (15.23% from 255) = 64.41%
R=32.20%
G=3.39%
B=64.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal192380.500.9500.85268.33907.84
Hex13226325F05510c5a8
Octal2324662137012541413210
Binary100111010011011001010111110101010110000110010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130226; }

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

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

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

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

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

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

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

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