#150417

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

Shades of Blackcurrant #150417

Tints of Blackcurrant #150417

Color information

#150417 (or 0x150417) is unknown color: approx Blackcurrant. HEX triplet: 15, 04 and 17. RGB value is (21,4,23). Sum of RGB (Red+Green+Blue) = 21+4+23=48 (6% of max value = 765). Red value is 21 (8.59% from 255 or 43.75% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 23 (9.38% from 255 or 47.92% from 48); Max value from RGB is 23 - color contains mainly: blue. Hex color #150417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150417 is #EAFBE8. Grayscale: #0B0B0B. Windows color (decimal): -15399913 or 1508373. OLE color: 1508373.

HSL color Cylindrical-coordinate representation of color #150417: hue angle of 293.68º degrees, saturation: 0.7, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #150417 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB21423-
CMYK0.090.8300.91
HSL293.68º70.37%5.29%-
HSV(B)293.68º82.61%9.02%-
XYZ0.510.310.84-
YUV11.25134.63134.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 43.75%
GREEN value IS 4 (1.95% from 255) = 8.33%
BLUE value IS 23 (9.38% from 255) = 47.92%
R=43.75%
G=8.33%
B=47.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal214230.090.8300.91293.6870.375.29
Hex1541795305B126465
Octal254271112301334461065
Binary101011001011110011010011010110111001001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150417; }

 p { color: rgb(21,4,23); }

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

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

 a { background-color: rgb(21,4,23); }

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

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

 span { border-color: rgb(21,4,23); }

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