#150325

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

Shades of Blackcurrant #150325

Tints of Blackcurrant #150325

Color information

#150325 (or 0x150325) is unknown color: approx Blackcurrant. HEX triplet: 15, 03 and 25. RGB value is (21,3,37). Sum of RGB (Red+Green+Blue) = 21+3+37=61 (8% of max value = 765). Red value is 21 (8.59% from 255 or 34.43% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 37 (14.84% from 255 or 60.66% from 61); Max value from RGB is 37 - color contains mainly: blue. Hex color #150325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150325 is #EAFCDA. Grayscale: #0C0C0C. Windows color (decimal): -15400155 or 2425621. OLE color: 2425621.

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

Color convert

RGB21337-
CMYK0.430.9200.85
HSL271.76º85%7.84%-
HSV(B)271.76º91.89%14.51%-
XYZ0.680.361.78-
YUV12.26141.96134.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 34.43%
GREEN value IS 3 (1.56% from 255) = 4.92%
BLUE value IS 37 (14.84% from 255) = 60.66%
R=34.43%
G=4.92%
B=60.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal213370.430.9200.85271.76857.84
Hex153252B5C055110558
Octal2534553134012542012510
Binary101011110010110101110111000101010110001000010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150325; }

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

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

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

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

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

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

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

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