#18051F

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

Shades of Blackcurrant #18051F

Tints of Blackcurrant #18051F

Color information

#18051F (or 0x18051F) is unknown color: approx Blackcurrant. HEX triplet: 18, 05 and 1F. RGB value is (24,5,31). Sum of RGB (Red+Green+Blue) = 24+5+31=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #18051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18051F is #E7FAE0. Grayscale: #0D0D0D. Windows color (decimal): -15203041 or 2032920. OLE color: 2032920.

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

Color convert

RGB24531-
CMYK0.230.8400.88
HSL283.85º72.22%7.06%-
HSV(B)283.85º83.87%12.16%-
XYZ0.680.41.34-
YUV13.65137.79135.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40%
GREEN value IS 5 (2.34% from 255) = 8.33%
BLUE value IS 31 (12.5% from 255) = 51.67%
R=40%
G=8.33%
B=51.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal245310.230.8400.88283.8572.227.06
Hex1851F175405811c487
Octal305372712401304341107
Binary1100010111111101111010100010110001000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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