#18082D

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

Shades of Blackcurrant #18082D

Tints of Blackcurrant #18082D

Color information

#18082D (or 0x18082D) is unknown color: approx Blackcurrant. HEX triplet: 18, 08 and 2D. RGB value is (24,8,45). Sum of RGB (Red+Green+Blue) = 24+8+45=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 45 (17.97% from 255 or 58.44% from 77); Max value from RGB is 45 - color contains mainly: blue. Hex color #18082D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18082D is #E7F7D2. Grayscale: #101010. Windows color (decimal): -15202259 or 2951192. OLE color: 2951192.

HSL color Cylindrical-coordinate representation of color #18082D: hue angle of 265.95º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18082D is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB24845-
CMYK0.470.8200.82
HSL265.95º69.81%10.39%-
HSV(B)265.95º82.22%17.65%-
XYZ0.940.562.54-
YUV17143.8132.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.17%
GREEN value IS 8 (3.52% from 255) = 10.39%
BLUE value IS 45 (17.97% from 255) = 58.44%
R=31.17%
G=10.39%
B=58.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal248450.470.8200.82265.9569.8110.39
Hex1882D2F5205210a46a
Octal30105557122012241210612
Binary11000100010110110111110100100101001010000101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18082D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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