#180C1C

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

Shades of Blackcurrant #180C1C

Tints of Blackcurrant #180C1C

Color information

#180C1C (or 0x180C1C) is unknown color: approx Blackcurrant. HEX triplet: 18, 0C and 1C. RGB value is (24,12,28). Sum of RGB (Red+Green+Blue) = 24+12+28=64 (8% of max value = 765). Red value is 24 (9.77% from 255 or 37.5% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 28 - color contains mainly: blue. Hex color #180C1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180C1C is #E7F3E3. Grayscale: #111111. Windows color (decimal): -15201252 or 1838104. OLE color: 1838104.

HSL color Cylindrical-coordinate representation of color #180C1C: hue angle of 285º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #180C1C is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB241228-
CMYK0.140.5700.89
HSL285º40%7.84%-
HSV(B)285º57.14%10.98%-
XYZ0.720.541.17-
YUV17.41133.98132.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 37.5%
GREEN value IS 12 (5.08% from 255) = 18.75%
BLUE value IS 28 (11.33% from 255) = 43.75%
R=37.5%
G=18.75%
B=43.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2412280.140.5700.89285407.84
Hex18C1CE3905911d288
Octal301434167101314355010
Binary110001100111001110111001010110011000111011010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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