#18013C

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

Shades of Blackcurrant #18013C

Tints of Blackcurrant #18013C

Color information

#18013C (or 0x18013C) is unknown color: approx Blackcurrant. HEX triplet: 18, 01 and 3C. RGB value is (24,1,60). Sum of RGB (Red+Green+Blue) = 24+1+60=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 60 (23.83% from 255 or 70.59% from 85); Max value from RGB is 60 - color contains mainly: blue. Hex color #18013C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18013C is #E7FEC3. Grayscale: #0E0E0E. Windows color (decimal): -15204036 or 3932440. OLE color: 3932440.

HSL color Cylindrical-coordinate representation of color #18013C: hue angle of 263.39º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18013C is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB24160-
CMYK0.600.9800.76
HSL263.39º96.72%11.96%-
HSV(B)263.39º98.33%23.53%-
XYZ1.20.544.32-
YUV14.6153.62134.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 28.24%
GREEN value IS 1 (0.78% from 255) = 1.18%
BLUE value IS 60 (23.83% from 255) = 70.59%
R=28.24%
G=1.18%
B=70.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal241600.600.9800.76263.3996.7211.96
Hex1813C3C6204C10761c
Octal3017474142011440714114
Binary11000111110011110011000100100110010000011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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