#18082F

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

Shades of Blackcurrant #18082F

Tints of Blackcurrant #18082F

Color information

#18082F (or 0x18082F) is unknown color: approx Blackcurrant. HEX triplet: 18, 08 and 2F. RGB value is (24,8,47). Sum of RGB (Red+Green+Blue) = 24+8+47=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 47 (18.75% from 255 or 59.49% from 79); Max value from RGB is 47 - color contains mainly: blue. Hex color #18082F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18082F is #E7F7D0. Grayscale: #111111. Windows color (decimal): -15202257 or 3082264. OLE color: 3082264.

HSL color Cylindrical-coordinate representation of color #18082F: hue angle of 264.62º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18082F is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB24847-
CMYK0.490.8300.82
HSL264.62º70.91%10.78%-
HSV(B)264.62º82.98%18.43%-
XYZ0.980.572.75-
YUV17.23144.8132.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30.38%
GREEN value IS 8 (3.52% from 255) = 10.13%
BLUE value IS 47 (18.75% from 255) = 59.49%
R=30.38%
G=10.13%
B=59.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal248470.490.8300.82264.6270.9110.78
Hex1882F315305210947b
Octal30105761123012241110713
Binary11000100010111111000110100110101001010000100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18082F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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