#150138

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

Shades of Blackcurrant #150138

Tints of Blackcurrant #150138

Color information

#150138 (or 0x150138) is unknown color: approx Blackcurrant. HEX triplet: 15, 01 and 38. RGB value is (21,1,56). Sum of RGB (Red+Green+Blue) = 21+1+56=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 56 (22.27% from 255 or 71.79% from 78); Max value from RGB is 56 - color contains mainly: blue. Hex color #150138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150138 is #EAFEC7. Grayscale: #0D0D0D. Windows color (decimal): -15400648 or 3670293. OLE color: 3670293.

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

Color convert

RGB21156-
CMYK0.630.9800.78
HSL261.82º96.49%11.18%-
HSV(B)261.82º98.21%21.96%-
XYZ1.030.473.78-
YUV13.25152.13133.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 26.92%
GREEN value IS 1 (0.78% from 255) = 1.28%
BLUE value IS 56 (22.27% from 255) = 71.79%
R=26.92%
G=1.28%
B=71.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal211560.630.9800.78261.8296.4911.18
Hex151383F6204E10660b
Octal2517077142011640614013
Binary10101111100011111111000100100111010000011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150138; }

 p { color: rgb(21,1,56); }

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

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

 a { background-color: rgb(21,1,56); }

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

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

 span { border-color: rgb(21,1,56); }

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