#180A30

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

Shades of Blackcurrant #180A30

Tints of Blackcurrant #180A30

Color information

#180A30 (or 0x180A30) is unknown color: approx Blackcurrant. HEX triplet: 18, 0A and 30. RGB value is (24,10,48). Sum of RGB (Red+Green+Blue) = 24+10+48=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 48 (19.14% from 255 or 58.54% from 82); Max value from RGB is 48 - color contains mainly: blue. Hex color #180A30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180A30 is #E7F5CF. Grayscale: #121212. Windows color (decimal): -15201744 or 3148312. OLE color: 3148312.

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

Color convert

RGB241048-
CMYK0.50.7900.81
HSL262.11º65.52%11.37%-
HSV(B)262.11º79.17%18.82%-
XYZ1.020.622.86-
YUV18.52144.64131.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 29.27%
GREEN value IS 10 (4.30% from 255) = 12.20%
BLUE value IS 48 (19.14% from 255) = 58.54%
R=29.27%
G=12.20%
B=58.54%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2410480.50.7900.81262.1165.5211.37
Hex18A30324F05110642b
Octal30126062117012140610213
Binary11000101011000011001010011110101000110000011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180A30; }

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

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

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

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

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

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

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

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