#180C2C

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

Shades of Blackcurrant #180C2C

Tints of Blackcurrant #180C2C

Color information

#180C2C (or 0x180C2C) is unknown color: approx Blackcurrant. HEX triplet: 18, 0C and 2C. RGB value is (24,12,44). Sum of RGB (Red+Green+Blue) = 24+12+44=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #180C2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180C2C is #E7F3D3. Grayscale: #131313. Windows color (decimal): -15201236 or 2886680. OLE color: 2886680.

HSL color Cylindrical-coordinate representation of color #180C2C: hue angle of 262.5º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #180C2C is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB241244-
CMYK0.450.7300.83
HSL262.5º57.14%10.98%-
HSV(B)262.5º72.73%17.25%-
XYZ0.960.642.46-
YUV19.24141.98131.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30%
GREEN value IS 12 (5.08% from 255) = 15%
BLUE value IS 44 (17.58% from 255) = 55%
R=30%
G=15%
B=55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2412440.450.7300.83262.557.1410.98
Hex18C2C2D4905310639b
Octal3014545511101234067113
Binary1100011001011001011011001001010100111000001101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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