#13032E

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

Shades of Blackcurrant #13032E

Tints of Blackcurrant #13032E

Color information

#13032E (or 0x13032E) is unknown color: approx Blackcurrant. HEX triplet: 13, 03 and 2E. RGB value is (19,3,46). Sum of RGB (Red+Green+Blue) = 19+3+46=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 46 (18.36% from 255 or 67.65% from 68); Max value from RGB is 46 - color contains mainly: blue. Hex color #13032E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13032E is #ECFCD1. Grayscale: #0C0C0C. Windows color (decimal): -15531218 or 3015443. OLE color: 3015443.

HSL color Cylindrical-coordinate representation of color #13032E: hue angle of 262.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13032E is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB19346-
CMYK0.590.9300.82
HSL262.33º87.76%9.61%-
HSV(B)262.33º93.48%18.04%-
XYZ0.790.42.62-
YUV12.69146.8132.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.94%
GREEN value IS 3 (1.56% from 255) = 4.41%
BLUE value IS 46 (18.36% from 255) = 67.65%
R=27.94%
G=4.41%
B=67.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal193460.590.9300.82262.3387.769.61
Hex1332E3B5D05210658a
Octal2335673135012240613012
Binary100111110111011101110111010101001010000011010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13032E; }

 p { color: rgb(19,3,46); }

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

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

 a { background-color: rgb(19,3,46); }

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

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

 span { border-color: rgb(19,3,46); }

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