#180030

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

Shades of Blackcurrant #180030

Tints of Blackcurrant #180030

Color information

#180030 (or 0x180030) is unknown color: approx Blackcurrant. HEX triplet: 18, 00 and 30. RGB value is (24,0,48). Sum of RGB (Red+Green+Blue) = 24+0+48=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 48 (19.14% from 255 or 66.67% from 72); Max value from RGB is 48 - color contains mainly: blue. Hex color #180030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180030 is #E7FFCF. Grayscale: #0C0C0C. Windows color (decimal): -15204304 or 3145752. OLE color: 3145752.

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

Color convert

RGB24048-
CMYK0.5100.81
HSL270º100%9.41%-
HSV(B)270º100%18.82%-
XYZ0.910.412.83-
YUV12.65147.95136.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 66.67%
R=33.33%
G=0%
B=66.67%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal240480.5100.812701009.41
Hex18030326405110e649
Octal3006062144012141614411
Binary11000011000011001011001000101000110000111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180030; }

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

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

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

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

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

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

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

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