#15032F

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

Shades of Blackcurrant #15032F

Tints of Blackcurrant #15032F

Color information

#15032F (or 0x15032F) is unknown color: approx Blackcurrant. HEX triplet: 15, 03 and 2F. RGB value is (21,3,47). Sum of RGB (Red+Green+Blue) = 21+3+47=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 47 (18.75% from 255 or 66.20% from 71); Max value from RGB is 47 - color contains mainly: blue. Hex color #15032F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15032F is #EAFCD0. Grayscale: #0D0D0D. Windows color (decimal): -15400145 or 3080981. OLE color: 3080981.

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

Color convert

RGB21347-
CMYK0.550.9400.82
HSL264.55º88%9.8%-
HSV(B)264.55º93.62%18.43%-
XYZ0.850.432.73-
YUV13.4146.96133.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 29.58%
GREEN value IS 3 (1.56% from 255) = 4.23%
BLUE value IS 47 (18.75% from 255) = 66.20%
R=29.58%
G=4.23%
B=66.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal213470.550.9400.82264.55889.8
Hex1532F375E05210958a
Octal2535767136012241113012
Binary101011110111111011110111100101001010000100110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15032F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15032F; }

 p { color: rgb(21,3,47); }

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

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

 a { background-color: rgb(21,3,47); }

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

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

 span { border-color: rgb(21,3,47); }

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