#180628

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

Shades of Blackcurrant #180628

Tints of Blackcurrant #180628

Color information

#180628 (or 0x180628) is unknown color: approx Blackcurrant. HEX triplet: 18, 06 and 28. RGB value is (24,6,40). Sum of RGB (Red+Green+Blue) = 24+6+40=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 6 (2.73% from 255 or 8.57% from 70); Blue value is 40 (16.02% from 255 or 57.14% from 70); Max value from RGB is 40 - color contains mainly: blue. Hex color #180628 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180628 is #E7F9D7. Grayscale: #0F0F0F. Windows color (decimal): -15202776 or 2623000. OLE color: 2623000.

HSL color Cylindrical-coordinate representation of color #180628: hue angle of 271.76º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #180628 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB24640-
CMYK0.400.8500.84
HSL271.76º73.91%9.02%-
HSV(B)271.76º85%15.69%-
XYZ0.820.482.06-
YUV15.26141.96134.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 34.29%
GREEN value IS 6 (2.73% from 255) = 8.57%
BLUE value IS 40 (16.02% from 255) = 57.14%
R=34.29%
G=8.57%
B=57.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal246400.400.8500.84271.7673.919.02
Hex1862828550541104a9
Octal3065050125012442011211
Binary1100011010100010100010101010101010010001000010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180628; }

 p { color: rgb(24,6,40); }

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

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

 a { background-color: rgb(24,6,40); }

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

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

 span { border-color: rgb(24,6,40); }

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