#18053D

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

Shades of Blackcurrant #18053D

Tints of Blackcurrant #18053D

Color information

#18053D (or 0x18053D) is unknown color: approx Blackcurrant. HEX triplet: 18, 05 and 3D. RGB value is (24,5,61). Sum of RGB (Red+Green+Blue) = 24+5+61=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 61 (24.22% from 255 or 67.78% from 90); Max value from RGB is 61 - color contains mainly: blue. Hex color #18053D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18053D is #E7FAC2. Grayscale: #101010. Windows color (decimal): -15203011 or 3999000. OLE color: 3999000.

HSL color Cylindrical-coordinate representation of color #18053D: hue angle of 260.36º 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 #18053D is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB24561-
CMYK0.610.9200.76
HSL260.36º84.85%12.94%-
HSV(B)260.36º91.8%23.92%-
XYZ1.270.644.47-
YUV17.07152.79132.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.67%
GREEN value IS 5 (2.34% from 255) = 5.56%
BLUE value IS 61 (24.22% from 255) = 67.78%
R=26.67%
G=5.56%
B=67.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal245610.610.9200.76260.3684.8512.94
Hex1853D3D5C04C10455d
Octal3057575134011440412515
Binary1100010111110111110110111000100110010000010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18053D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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