#18052E

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

Shades of Blackcurrant #18052E

Tints of Blackcurrant #18052E

Color information

#18052E (or 0x18052E) is unknown color: approx Blackcurrant. HEX triplet: 18, 05 and 2E. RGB value is (24,5,46). Sum of RGB (Red+Green+Blue) = 24+5+46=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 46 (18.36% from 255 or 61.33% from 75); Max value from RGB is 46 - color contains mainly: blue. Hex color #18052E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18052E is #E7FAD1. Grayscale: #0F0F0F. Windows color (decimal): -15203026 or 3015960. OLE color: 3015960.

HSL color Cylindrical-coordinate representation of color #18052E: hue angle of 267.8º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18052E is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB24546-
CMYK0.480.8900.82
HSL267.8º80.39%10%-
HSV(B)267.8º89.13%18.04%-
XYZ0.920.52.63-
YUV15.36145.29134.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32%
GREEN value IS 5 (2.34% from 255) = 6.67%
BLUE value IS 46 (18.36% from 255) = 61.33%
R=32%
G=6.67%
B=61.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal245460.480.8900.82267.880.3910
Hex1852E305905210c50a
Octal3055660131012241412012
Binary1100010110111011000010110010101001010000110010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18052E; }

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

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

<style>
 a { background-color: #18052E; }

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

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

<style>
 span { border-color: #18052E; }

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

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