#150025

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

Shades of Blackcurrant #150025

Tints of Blackcurrant #150025

Color information

#150025 (or 0x150025) is unknown color: approx Blackcurrant. HEX triplet: 15, 00 and 25. RGB value is (21,0,37). Sum of RGB (Red+Green+Blue) = 21+0+37=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 37 (14.84% from 255 or 63.79% from 58); Max value from RGB is 37 - color contains mainly: blue. Hex color #150025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150025 is #EAFFDA. Grayscale: #0A0A0A. Windows color (decimal): -15400923 or 2424853. OLE color: 2424853.

HSL color Cylindrical-coordinate representation of color #150025: hue angle of 274.05º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150025 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB21037-
CMYK0.43100.85
HSL274.05º100%7.25%-
HSV(B)274.05º100%14.51%-
XYZ0.640.291.77-
YUV10.5142.96135.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 36.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 63.79%
R=36.21%
G=0%
B=63.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal210370.43100.85274.051007.25
Hex150252B64055112647
Octal250455314401254221447
Binary1010101001011010111100100010101011000100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150025; }

 p { color: rgb(21,0,37); }

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

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

 a { background-color: rgb(21,0,37); }

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

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

 span { border-color: rgb(21,0,37); }

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