#13002C

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

Shades of Blackcurrant #13002C

Tints of Blackcurrant #13002C

Color information

#13002C (or 0x13002C) is unknown color: approx Blackcurrant. HEX triplet: 13, 00 and 2C. RGB value is (19,0,44). Sum of RGB (Red+Green+Blue) = 19+0+44=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 44 (17.58% from 255 or 69.84% from 63); Max value from RGB is 44 - color contains mainly: blue. Hex color #13002C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13002C is #ECFFD3. Grayscale: #0A0A0A. Windows color (decimal): -15531988 or 2883603. OLE color: 2883603.

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

Color convert

RGB19044-
CMYK0.57100.83
HSL265.91º100%8.63%-
HSV(B)265.91º100%17.25%-
XYZ0.720.322.41-
YUV10.7146.79133.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 69.84%
R=30.16%
G=0%
B=69.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal190440.57100.83265.911008.63
Hex1302C396405310a649
Octal2305471144012341214411
Binary10011010110011100111001000101001110000101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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