#150A25

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

Shades of Blackcurrant #150A25

Tints of Blackcurrant #150A25

Color information

#150A25 (or 0x150A25) is unknown color: approx Blackcurrant. HEX triplet: 15, 0A and 25. RGB value is (21,10,37). Sum of RGB (Red+Green+Blue) = 21+10+37=68 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.88% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 37 (14.84% from 255 or 54.41% from 68); Max value from RGB is 37 - color contains mainly: blue. Hex color #150A25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150A25 is #EAF5DA. Grayscale: #101010. Windows color (decimal): -15398363 or 2427413. OLE color: 2427413.

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

Color convert

RGB211037-
CMYK0.430.7300.85
HSL264.44º57.45%9.22%-
HSV(B)264.44º72.97%14.51%-
XYZ0.750.511.81-
YUV16.37139.64131.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30.88%
GREEN value IS 10 (4.30% from 255) = 14.71%
BLUE value IS 37 (14.84% from 255) = 54.41%
R=30.88%
G=14.71%
B=54.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2110370.430.7300.85264.4457.459.22
Hex15A252B49055108399
Octal2512455311101254107111
Binary1010110101001011010111001001010101011000010001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150A25; }

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

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

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

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

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

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

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

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