#180C2A

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

Shades of Blackcurrant #180C2A

Tints of Blackcurrant #180C2A

Color information

#180C2A (or 0x180C2A) is unknown color: approx Blackcurrant. HEX triplet: 18, 0C and 2A. RGB value is (24,12,42). Sum of RGB (Red+Green+Blue) = 24+12+42=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 42 (16.80% from 255 or 53.85% from 78); Max value from RGB is 42 - color contains mainly: blue. Hex color #180C2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180C2A is #E7F3D5. Grayscale: #121212. Windows color (decimal): -15201238 or 2755608. OLE color: 2755608.

HSL color Cylindrical-coordinate representation of color #180C2A: hue angle of 264º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #180C2A is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB241242-
CMYK0.430.7100.84
HSL264º55.56%10.59%-
HSV(B)264º71.43%16.47%-
XYZ0.930.622.26-
YUV19.01140.98131.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30.77%
GREEN value IS 12 (5.08% from 255) = 15.38%
BLUE value IS 42 (16.80% from 255) = 53.85%
R=30.77%
G=15.38%
B=53.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2412420.430.7100.8426455.5610.59
Hex18C2A2B4705410838b
Octal3014525310701244107013
Binary1100011001010101010111000111010101001000010001110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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