#15023D

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

Shades of Blackcurrant #15023D

Tints of Blackcurrant #15023D

Color information

#15023D (or 0x15023D) is unknown color: approx Blackcurrant. HEX triplet: 15, 02 and 3D. RGB value is (21,2,61). Sum of RGB (Red+Green+Blue) = 21+2+61=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 61 (24.22% from 255 or 72.62% from 84); Max value from RGB is 61 - color contains mainly: blue. Hex color #15023D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15023D is #EAFDC2. Grayscale: #0E0E0E. Windows color (decimal): -15400387 or 3998229. OLE color: 3998229.

HSL color Cylindrical-coordinate representation of color #15023D: hue angle of 259.32º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #15023D is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB21261-
CMYK0.660.9700.76
HSL259.32º93.65%12.35%-
HSV(B)259.32º96.72%23.92%-
XYZ1.170.544.46-
YUV14.41154.29132.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25%
GREEN value IS 2 (1.17% from 255) = 2.38%
BLUE value IS 61 (24.22% from 255) = 72.62%
R=25%
G=2.38%
B=72.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal212610.660.9700.76259.3293.6512.35
Hex1523D426104C1035ec
Octal25275102141011440313614
Binary1010110111101100001011000010100110010000001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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