#18021F

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

Shades of Blackcurrant #18021F

Tints of Blackcurrant #18021F

Color information

#18021F (or 0x18021F) is unknown color: approx Blackcurrant. HEX triplet: 18, 02 and 1F. RGB value is (24,2,31). Sum of RGB (Red+Green+Blue) = 24+2+31=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #18021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18021F is #E7FDE0. Grayscale: #0B0B0B. Windows color (decimal): -15203809 or 2032152. OLE color: 2032152.

HSL color Cylindrical-coordinate representation of color #18021F: hue angle of 285.52º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18021F is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB24231-
CMYK0.230.9400.88
HSL285.52º87.88%6.47%-
HSV(B)285.52º93.55%12.16%-
XYZ0.650.341.33-
YUV11.88138.79136.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 42.11%
GREEN value IS 2 (1.17% from 255) = 3.51%
BLUE value IS 31 (12.5% from 255) = 54.39%
R=42.11%
G=3.51%
B=54.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal242310.230.9400.88285.5287.886.47
Hex1821F175E05811e586
Octal302372713601304361306
Binary110001011111101111011110010110001000111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,2,31); }

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

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

 a { background-color: rgb(24,2,31); }

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

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

 span { border-color: rgb(24,2,31); }

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