#150825

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

Shades of Blackcurrant #150825

Tints of Blackcurrant #150825

Color information

#150825 (or 0x150825) is unknown color: approx Blackcurrant. HEX triplet: 15, 08 and 25. RGB value is (21,8,37). Sum of RGB (Red+Green+Blue) = 21+8+37=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 37 (14.84% from 255 or 56.06% from 66); Max value from RGB is 37 - color contains mainly: blue. Hex color #150825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150825 is #EAF7DA. Grayscale: #0F0F0F. Windows color (decimal): -15398875 or 2426901. OLE color: 2426901.

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

Color convert

RGB21837-
CMYK0.430.7800.85
HSL266.9º64.44%8.82%-
HSV(B)266.9º78.38%14.51%-
XYZ0.730.471.8-
YUV15.19140.31132.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.82%
GREEN value IS 8 (3.52% from 255) = 12.12%
BLUE value IS 37 (14.84% from 255) = 56.06%
R=31.82%
G=12.12%
B=56.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal218370.430.7800.85266.964.448.82
Hex158252B4E05510b409
Octal25104553116012541310011
Binary10101100010010110101110011100101010110000101110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150825; }

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

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

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

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

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

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

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

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