#180535

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

Shades of Blackcurrant #180535

Tints of Blackcurrant #180535

Color information

#180535 (or 0x180535) is unknown color: approx Blackcurrant. HEX triplet: 18, 05 and 35. RGB value is (24,5,53). Sum of RGB (Red+Green+Blue) = 24+5+53=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 53 (21.09% from 255 or 64.63% from 82); Max value from RGB is 53 - color contains mainly: blue. Hex color #180535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180535 is #E7FACA. Grayscale: #0F0F0F. Windows color (decimal): -15203019 or 3474712. OLE color: 3474712.

HSL color Cylindrical-coordinate representation of color #180535: hue angle of 263.75º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #180535 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB24553-
CMYK0.550.9100.79
HSL263.75º82.76%11.37%-
HSV(B)263.75º90.57%20.78%-
XYZ1.070.563.42-
YUV16.15148.79133.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 29.27%
GREEN value IS 5 (2.34% from 255) = 6.10%
BLUE value IS 53 (21.09% from 255) = 64.63%
R=29.27%
G=6.10%
B=64.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal245530.550.9100.79263.7582.7611.37
Hex18535375B04F10853b
Octal3056567133011741012313
Binary1100010111010111011110110110100111110000100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180535; }

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

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

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

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

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

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

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

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