#150730

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

Shades of Blackcurrant #150730

Tints of Blackcurrant #150730

Color information

#150730 (or 0x150730) is unknown color: approx Blackcurrant. HEX triplet: 15, 07 and 30. RGB value is (21,7,48). Sum of RGB (Red+Green+Blue) = 21+7+48=76 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.63% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #150730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150730 is #EAF8CF. Grayscale: #0F0F0F. Windows color (decimal): -15399120 or 3147541. OLE color: 3147541.

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

Color convert

RGB21748-
CMYK0.560.8500.81
HSL260.49º74.55%10.78%-
HSV(B)260.49º85.42%18.82%-
XYZ0.920.522.85-
YUV15.86146.14131.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 27.63%
GREEN value IS 7 (3.12% from 255) = 9.21%
BLUE value IS 48 (19.14% from 255) = 63.16%
R=27.63%
G=9.21%
B=63.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal217480.560.8500.81260.4974.5510.78
Hex1573038550511044bb
Octal2576070125012140411313
Binary1010111111000011100010101010101000110000010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150730; }

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

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

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

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

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

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

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

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