#15023A

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

Shades of Blackcurrant #15023A

Tints of Blackcurrant #15023A

Color information

#15023A (or 0x15023A) is unknown color: approx Blackcurrant. HEX triplet: 15, 02 and 3A. RGB value is (21,2,58). Sum of RGB (Red+Green+Blue) = 21+2+58=81 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.93% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 58 (23.05% from 255 or 71.60% from 81); Max value from RGB is 58 - color contains mainly: blue. Hex color #15023A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15023A is #EAFDC5. Grayscale: #0D0D0D. Windows color (decimal): -15400390 or 3801621. OLE color: 3801621.

HSL color Cylindrical-coordinate representation of color #15023A: hue angle of 260.36º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #15023A is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB21258-
CMYK0.640.9700.77
HSL260.36º93.33%11.76%-
HSV(B)260.36º96.55%22.75%-
XYZ1.090.514.04-
YUV14.06152.79132.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.93%
GREEN value IS 2 (1.17% from 255) = 2.47%
BLUE value IS 58 (23.05% from 255) = 71.60%
R=25.93%
G=2.47%
B=71.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal212580.640.9700.77260.3693.3311.76
Hex1523A406104D1045dc
Octal25272100141011540413514
Binary1010110111010100000011000010100110110000010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15023A; }

 p { color: rgb(21,2,58); }

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

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

 a { background-color: rgb(21,2,58); }

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

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

 span { border-color: rgb(21,2,58); }

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