#180228

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

Shades of Blackcurrant #180228

Tints of Blackcurrant #180228

Color information

#180228 (or 0x180228) is unknown color: approx Blackcurrant. HEX triplet: 18, 02 and 28. RGB value is (24,2,40). Sum of RGB (Red+Green+Blue) = 24+2+40=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 40 (16.02% from 255 or 60.61% from 66); Max value from RGB is 40 - color contains mainly: blue. Hex color #180228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180228 is #E7FDD7. Grayscale: #0C0C0C. Windows color (decimal): -15203800 or 2621976. OLE color: 2621976.

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

Color convert

RGB24240-
CMYK0.400.9500.84
HSL274.74º90.48%8.24%-
HSV(B)274.74º95%15.69%-
XYZ0.780.392.04-
YUV12.91143.29135.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 36.36%
GREEN value IS 2 (1.17% from 255) = 3.03%
BLUE value IS 40 (16.02% from 255) = 60.61%
R=36.36%
G=3.03%
B=60.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal242400.400.9500.84274.7490.488.24
Hex18228285F0541135a8
Octal3025050137012442313210
Binary110001010100010100010111110101010010001001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180228; }

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

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

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

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

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

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

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

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