#18082C

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

Shades of Blackcurrant #18082C

Tints of Blackcurrant #18082C

Color information

#18082C (or 0x18082C) is unknown color: approx Blackcurrant. HEX triplet: 18, 08 and 2C. RGB value is (24,8,44). Sum of RGB (Red+Green+Blue) = 24+8+44=76 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.58% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 44 (17.58% from 255 or 57.89% from 76); Max value from RGB is 44 - color contains mainly: blue. Hex color #18082C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18082C is #E7F7D3. Grayscale: #101010. Windows color (decimal): -15202260 or 2885656. OLE color: 2885656.

HSL color Cylindrical-coordinate representation of color #18082C: hue angle of 266.67º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18082C is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB24844-
CMYK0.450.8200.83
HSL266.67º69.23%10.2%-
HSV(B)266.67º81.82%17.25%-
XYZ0.920.552.44-
YUV16.89143.3133.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.58%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 44 (17.58% from 255) = 57.89%
R=31.58%
G=10.53%
B=57.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal248440.450.8200.83266.6769.2310.2
Hex1882C2D5205310b45a
Octal30105455122012341310512
Binary11000100010110010110110100100101001110000101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18082C; }

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

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

<style>
 a { background-color: #18082C; }

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

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

<style>
 span { border-color: #18082C; }

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

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