#13002E

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

Shades of Blackcurrant #13002E

Tints of Blackcurrant #13002E

Color information

#13002E (or 0x13002E) is unknown color: approx Blackcurrant. HEX triplet: 13, 00 and 2E. RGB value is (19,0,46). Sum of RGB (Red+Green+Blue) = 19+0+46=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 46 (18.36% from 255 or 70.77% from 65); Max value from RGB is 46 - color contains mainly: blue. Hex color #13002E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13002E is #ECFFD1. Grayscale: #0A0A0A. Windows color (decimal): -15531986 or 3014675. OLE color: 3014675.

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

Color convert

RGB19046-
CMYK0.59100.82
HSL264.78º100%9.02%-
HSV(B)264.78º100%18.04%-
XYZ0.760.342.61-
YUV10.92147.79133.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 70.77%
R=29.23%
G=0%
B=70.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal190460.59100.82264.781009.02
Hex1302E3B64052109649
Octal2305673144012241114411
Binary10011010111011101111001000101001010000100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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