#18001F

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

Shades of Blackcurrant #18001F

Tints of Blackcurrant #18001F

Color information

#18001F (or 0x18001F) is unknown color: approx Blackcurrant. HEX triplet: 18, 00 and 1F. RGB value is (24,0,31). Sum of RGB (Red+Green+Blue) = 24+0+31=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 31 (12.5% from 255 or 56.36% from 55); Max value from RGB is 31 - color contains mainly: blue. Hex color #18001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18001F is #E7FFE0. Grayscale: #0A0A0A. Windows color (decimal): -15204321 or 2031640. OLE color: 2031640.

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

Color convert

RGB24031-
CMYK0.23100.88
HSL286.45º100%6.08%-
HSV(B)286.45º100%12.16%-
XYZ0.620.291.32-
YUV10.71139.45137.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 43.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 56.36%
R=43.64%
G=0%
B=56.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal240310.23100.88286.451006.08
Hex1801F176405811e646
Octal300372714401304361446
Binary11000011111101111100100010110001000111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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