#150130

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

Shades of Blackcurrant #150130

Tints of Blackcurrant #150130

Color information

#150130 (or 0x150130) is unknown color: approx Blackcurrant. HEX triplet: 15, 01 and 30. RGB value is (21,1,48). Sum of RGB (Red+Green+Blue) = 21+1+48=70 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 48 (19.14% from 255 or 68.57% from 70); Max value from RGB is 48 - color contains mainly: blue. Hex color #150130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150130 is #EAFECF. Grayscale: #0C0C0C. Windows color (decimal): -15400656 or 3146005. OLE color: 3146005.

HSL color Cylindrical-coordinate representation of color #150130: hue angle of 265.53º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150130 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB21148-
CMYK0.560.9800.81
HSL265.53º95.92%9.61%-
HSV(B)265.53º97.92%18.82%-
XYZ0.850.392.83-
YUV12.34148.13134.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30%
GREEN value IS 1 (0.78% from 255) = 1.43%
BLUE value IS 48 (19.14% from 255) = 68.57%
R=30%
G=1.43%
B=68.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal211480.560.9800.81265.5395.929.61
Hex15130386205110a60a
Octal2516070142012141214012
Binary10101111000011100011000100101000110000101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150130; }

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

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

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

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

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

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

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

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