#180A2D

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

Shades of Blackcurrant #180A2D

Tints of Blackcurrant #180A2D

Color information

#180A2D (or 0x180A2D) is unknown color: approx Blackcurrant. HEX triplet: 18, 0A and 2D. RGB value is (24,10,45). Sum of RGB (Red+Green+Blue) = 24+10+45=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 45 (17.97% from 255 or 56.96% from 79); Max value from RGB is 45 - color contains mainly: blue. Hex color #180A2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180A2D is #E7F5D2. Grayscale: #121212. Windows color (decimal): -15201747 or 2951704. OLE color: 2951704.

HSL color Cylindrical-coordinate representation of color #180A2D: hue angle of 264º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #180A2D is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB241045-
CMYK0.470.7800.82
HSL264º63.64%10.78%-
HSV(B)264º77.78%17.65%-
XYZ0.960.62.55-
YUV18.18143.14132.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30.38%
GREEN value IS 10 (4.30% from 255) = 12.66%
BLUE value IS 45 (17.97% from 255) = 56.96%
R=30.38%
G=12.66%
B=56.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2410450.470.7800.8226463.6410.78
Hex18A2D2F4E05210840b
Octal30125557116012241010013
Binary11000101010110110111110011100101001010000100010000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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