#180C2E

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

Shades of Blackcurrant #180C2E

Tints of Blackcurrant #180C2E

Color information

#180C2E (or 0x180C2E) is unknown color: approx Blackcurrant. HEX triplet: 18, 0C and 2E. RGB value is (24,12,46). Sum of RGB (Red+Green+Blue) = 24+12+46=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 46 (18.36% from 255 or 56.10% from 82); Max value from RGB is 46 - color contains mainly: blue. Hex color #180C2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180C2E is #E7F3D1. Grayscale: #131313. Windows color (decimal): -15201234 or 3017752. OLE color: 3017752.

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

Color convert

RGB241246-
CMYK0.480.7400.82
HSL261.18º58.62%11.37%-
HSV(B)261.18º73.91%18.04%-
XYZ10.652.66-
YUV19.46142.98131.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 29.27%
GREEN value IS 12 (5.08% from 255) = 14.63%
BLUE value IS 46 (18.36% from 255) = 56.10%
R=29.27%
G=14.63%
B=56.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2412460.480.7400.82261.1858.6211.37
Hex18C2E304A0521053bb
Octal3014566011201224057313
Binary1100011001011101100001001010010100101000001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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