#18131C

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

Shades of Blackcurrant #18131C

Tints of Blackcurrant #18131C

Color information

#18131C (or 0x18131C) is unknown color: approx Blackcurrant. HEX triplet: 18, 13 and 1C. RGB value is (24,19,28). Sum of RGB (Red+Green+Blue) = 24+19+28=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 28 - color contains mainly: blue. Hex color #18131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18131C is #E7ECE3. Grayscale: #151515. Windows color (decimal): -15199460 or 1839896. OLE color: 1839896.

HSL color Cylindrical-coordinate representation of color #18131C: hue angle of 273.33º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #18131C is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB241928-
CMYK0.140.3200.89
HSL273.33º19.15%9.22%-
HSV(B)273.33º32.14%10.98%-
XYZ0.820.741.2-
YUV21.52131.66129.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.80%
GREEN value IS 19 (7.81% from 255) = 26.76%
BLUE value IS 28 (11.33% from 255) = 39.44%
R=33.80%
G=26.76%
B=39.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2419280.140.3200.89273.3319.159.22
Hex18131CE20059111139
Octal302334164001314212311
Binary110001001111100111010000001011001100010001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18131C; }

 p { color: rgb(24,19,28); }

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

<style>
 a { background-color: #18131C; }

 a { background-color: rgb(24,19,28); }

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

<style>
 span { border-color: #18131C; }

 span { border-color: rgb(24,19,28); }

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