#18013F

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

Shades of Blackcurrant #18013F

Tints of Blackcurrant #18013F

Color information

#18013F (or 0x18013F) is unknown color: approx Blackcurrant. HEX triplet: 18, 01 and 3F. RGB value is (24,1,63). Sum of RGB (Red+Green+Blue) = 24+1+63=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 63 (25% from 255 or 71.59% from 88); Max value from RGB is 63 - color contains mainly: blue. Hex color #18013F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18013F is #E7FEC0. Grayscale: #0E0E0E. Windows color (decimal): -15204033 or 4129048. OLE color: 4129048.

HSL color Cylindrical-coordinate representation of color #18013F: hue angle of 262.26º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18013F is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB24163-
CMYK0.620.9800.75
HSL262.26º96.88%12.55%-
HSV(B)262.26º98.41%24.71%-
XYZ1.280.574.75-
YUV14.94155.12134.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.27%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 63 (25% from 255) = 71.59%
R=27.27%
G=1.14%
B=71.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal241630.620.9800.75262.2696.8812.55
Hex1813F3E6204B10661d
Octal3017776142011340614115
Binary11000111111111111011000100100101110000011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,1,63); }

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

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

 a { background-color: rgb(24,1,63); }

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

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

 span { border-color: rgb(24,1,63); }

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