#180B2C

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

Shades of Blackcurrant #180B2C

Tints of Blackcurrant #180B2C

Color information

#180B2C (or 0x180B2C) is unknown color: approx Blackcurrant. HEX triplet: 18, 0B and 2C. RGB value is (24,11,44). Sum of RGB (Red+Green+Blue) = 24+11+44=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 44 (17.58% from 255 or 55.70% from 79); Max value from RGB is 44 - color contains mainly: blue. Hex color #180B2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180B2C is #E7F4D3. Grayscale: #121212. Windows color (decimal): -15201492 or 2886424. OLE color: 2886424.

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

Color convert

RGB241144-
CMYK0.450.7500.83
HSL263.64º60%10.78%-
HSV(B)263.64º75%17.25%-
XYZ0.950.622.45-
YUV18.65142.31131.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30.38%
GREEN value IS 11 (4.69% from 255) = 13.92%
BLUE value IS 44 (17.58% from 255) = 55.70%
R=30.38%
G=13.92%
B=55.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2411440.450.7500.83263.646010.78
Hex18B2C2D4B0531083cb
Octal3013545511301234107413
Binary1100010111011001011011001011010100111000010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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