#130622

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

Shades of Blackcurrant #130622

Tints of Blackcurrant #130622

Color information

#130622 (or 0x130622) is unknown color: approx Blackcurrant. HEX triplet: 13, 06 and 22. RGB value is (19,6,34). Sum of RGB (Red+Green+Blue) = 19+6+34=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 34 (13.67% from 255 or 57.63% from 59); Max value from RGB is 34 - color contains mainly: blue. Hex color #130622 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130622 is #ECF9DD. Grayscale: #0C0C0C. Windows color (decimal): -15530462 or 2229779. OLE color: 2229779.

HSL color Cylindrical-coordinate representation of color #130622: hue angle of 267.86º degrees, saturation: 0.7, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #130622 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB19634-
CMYK0.440.8200.87
HSL267.86º70%7.84%-
HSV(B)267.86º82.35%13.33%-
XYZ0.620.381.55-
YUV13.08139.81132.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.20%
GREEN value IS 6 (2.73% from 255) = 10.17%
BLUE value IS 34 (13.67% from 255) = 57.63%
R=32.20%
G=10.17%
B=57.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal196340.440.8200.87267.86707.84
Hex136222C5205710c468
Octal2364254122012741410610
Binary1001111010001010110010100100101011110000110010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130622; }

 p { color: rgb(19,6,34); }

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

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

 a { background-color: rgb(19,6,34); }

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

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

 span { border-color: rgb(19,6,34); }

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