#15081E

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

Shades of Blackcurrant #15081E

Tints of Blackcurrant #15081E

Color information

#15081E (or 0x15081E) is unknown color: approx Blackcurrant. HEX triplet: 15, 08 and 1E. RGB value is (21,8,30). Sum of RGB (Red+Green+Blue) = 21+8+30=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 8 (3.52% from 255 or 13.56% from 59); Blue value is 30 (12.11% from 255 or 50.85% from 59); Max value from RGB is 30 - color contains mainly: blue. Hex color #15081E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15081E is #EAF7E1. Grayscale: #0E0E0E. Windows color (decimal): -15398882 or 1968149. OLE color: 1968149.

HSL color Cylindrical-coordinate representation of color #15081E: hue angle of 275.45º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15081E is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB21830-
CMYK0.300.7300.88
HSL275.45º57.89%7.45%-
HSV(B)275.45º73.33%11.76%-
XYZ0.630.431.28-
YUV14.4136.81132.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35.59%
GREEN value IS 8 (3.52% from 255) = 13.56%
BLUE value IS 30 (12.11% from 255) = 50.85%
R=35.59%
G=13.56%
B=50.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal218300.300.7300.88275.4557.897.45
Hex1581E1E490581133a7
Octal251036361110130423727
Binary1010110001111011110100100101011000100010011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,8,30); }

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

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

 a { background-color: rgb(21,8,30); }

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

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

 span { border-color: rgb(21,8,30); }

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