#180230

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

Shades of Blackcurrant #180230

Tints of Blackcurrant #180230

Color information

#180230 (or 0x180230) is unknown color: approx Blackcurrant. HEX triplet: 18, 02 and 30. RGB value is (24,2,48). Sum of RGB (Red+Green+Blue) = 24+2+48=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 48 (19.14% from 255 or 64.86% from 74); Max value from RGB is 48 - color contains mainly: blue. Hex color #180230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180230 is #E7FDCF. Grayscale: #0D0D0D. Windows color (decimal): -15203792 or 3146264. OLE color: 3146264.

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

Color convert

RGB24248-
CMYK0.50.9600.81
HSL268.7º92%9.8%-
HSV(B)268.7º95.83%18.82%-
XYZ0.930.452.83-
YUV13.82147.29135.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.43%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 48 (19.14% from 255) = 64.86%
R=32.43%
G=2.70%
B=64.86%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal242480.50.9600.81268.7929.8
Hex18230326005110d5ca
Octal3026062140012141513412
Binary110001011000011001011000000101000110000110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180230; }

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

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

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

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

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

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

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

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