#150725

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

Shades of Blackcurrant #150725

Tints of Blackcurrant #150725

Color information

#150725 (or 0x150725) is unknown color: approx Blackcurrant. HEX triplet: 15, 07 and 25. RGB value is (21,7,37). Sum of RGB (Red+Green+Blue) = 21+7+37=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 37 (14.84% from 255 or 56.92% from 65); Max value from RGB is 37 - color contains mainly: blue. Hex color #150725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150725 is #EAF8DA. Grayscale: #0E0E0E. Windows color (decimal): -15399131 or 2426645. OLE color: 2426645.

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

Color convert

RGB21737-
CMYK0.430.8100.85
HSL268º68.18%8.63%-
HSV(B)268º81.08%14.51%-
XYZ0.720.441.8-
YUV14.61140.64132.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 32.31%
GREEN value IS 7 (3.12% from 255) = 10.77%
BLUE value IS 37 (14.84% from 255) = 56.92%
R=32.31%
G=10.77%
B=56.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal217370.430.8100.8526868.188.63
Hex157252B5105510c449
Octal2574553121012541410411
Binary1010111110010110101110100010101010110000110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150725; }

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

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

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

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

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

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

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

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