#18053C

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

Shades of Blackcurrant #18053C

Tints of Blackcurrant #18053C

Color information

#18053C (or 0x18053C) is unknown color: approx Blackcurrant. HEX triplet: 18, 05 and 3C. RGB value is (24,5,60). Sum of RGB (Red+Green+Blue) = 24+5+60=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 60 (23.83% from 255 or 67.42% from 89); Max value from RGB is 60 - color contains mainly: blue. Hex color #18053C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18053C is #E7FAC3. Grayscale: #101010. Windows color (decimal): -15203012 or 3933464. OLE color: 3933464.

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

Color convert

RGB24560-
CMYK0.600.9200.76
HSL260.73º84.62%12.75%-
HSV(B)260.73º91.67%23.53%-
XYZ1.250.634.33-
YUV16.95152.29133.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.97%
GREEN value IS 5 (2.34% from 255) = 5.62%
BLUE value IS 60 (23.83% from 255) = 67.42%
R=26.97%
G=5.62%
B=67.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal245600.600.9200.76260.7384.6212.75
Hex1853C3C5C04C10555d
Octal3057474134011440512515
Binary1100010111110011110010111000100110010000010110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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