#150037

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

Shades of Blackcurrant #150037

Tints of Blackcurrant #150037

Color information

#150037 (or 0x150037) is unknown color: approx Blackcurrant. HEX triplet: 15, 00 and 37. RGB value is (21,0,55). Sum of RGB (Red+Green+Blue) = 21+0+55=76 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.63% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 55 (21.88% from 255 or 72.37% from 76); Max value from RGB is 55 - color contains mainly: blue. Hex color #150037 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150037 is #EAFFC8. Grayscale: #0C0C0C. Windows color (decimal): -15400905 or 3604501. OLE color: 3604501.

HSL color Cylindrical-coordinate representation of color #150037: hue angle of 262.91º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150037 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB21055-
CMYK0.62100.78
HSL262.91º100%10.78%-
HSV(B)262.91º100%21.57%-
XYZ10.443.65-
YUV12.55151.96134.03-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 27.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 72.37%
R=27.63%
G=0%
B=72.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal210550.62100.78262.9110010.78
Hex150373E6404E10764b
Octal2506776144011640714413
Binary10101011011111111011001000100111010000011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150037; }

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

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

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

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

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

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

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

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