#130227

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

Shades of Blackcurrant #130227

Tints of Blackcurrant #130227

Color information

#130227 (or 0x130227) is unknown color: approx Blackcurrant. HEX triplet: 13, 02 and 27. RGB value is (19,2,39). Sum of RGB (Red+Green+Blue) = 19+2+39=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 39 (15.62% from 255 or 65% from 60); Max value from RGB is 39 - color contains mainly: blue. Hex color #130227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130227 is #ECFDD8. Grayscale: #0B0B0B. Windows color (decimal): -15531481 or 2556435. OLE color: 2556435.

HSL color Cylindrical-coordinate representation of color #130227: hue angle of 267.57º 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 #130227 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB19239-
CMYK0.510.9500.85
HSL267.57º90.24%8.04%-
HSV(B)267.57º94.87%15.29%-
XYZ0.660.331.95-
YUV11.3143.63133.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 31.67%
GREEN value IS 2 (1.17% from 255) = 3.33%
BLUE value IS 39 (15.62% from 255) = 65%
R=31.67%
G=3.33%
B=65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal192390.510.9500.85267.5790.248.04
Hex13227335F05510c5a8
Octal2324763137012541413210
Binary100111010011111001110111110101010110000110010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130227; }

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

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

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

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

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

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

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

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