#180C2D

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

Shades of Blackcurrant #180C2D

Tints of Blackcurrant #180C2D

Color information

#180C2D (or 0x180C2D) is unknown color: approx Blackcurrant. HEX triplet: 18, 0C and 2D. RGB value is (24,12,45). Sum of RGB (Red+Green+Blue) = 24+12+45=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #180C2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180C2D is #E7F3D2. Grayscale: #131313. Windows color (decimal): -15201235 or 2952216. OLE color: 2952216.

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

Color convert

RGB241245-
CMYK0.470.7300.82
HSL261.82º57.89%11.18%-
HSV(B)261.82º73.33%17.65%-
XYZ0.980.652.56-
YUV19.35142.48131.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 29.63%
GREEN value IS 12 (5.08% from 255) = 14.81%
BLUE value IS 45 (17.97% from 255) = 55.56%
R=29.63%
G=14.81%
B=55.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2412450.470.7300.82261.8257.8911.18
Hex18C2D2F490521063ab
Octal3014555711101224067213
Binary1100011001011011011111001001010100101000001101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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