#180135

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

Shades of Blackcurrant #180135

Tints of Blackcurrant #180135

Color information

#180135 (or 0x180135) is unknown color: approx Blackcurrant. HEX triplet: 18, 01 and 35. RGB value is (24,1,53). Sum of RGB (Red+Green+Blue) = 24+1+53=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 53 (21.09% from 255 or 67.95% from 78); Max value from RGB is 53 - color contains mainly: blue. Hex color #180135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180135 is #E7FECA. Grayscale: #0D0D0D. Windows color (decimal): -15204043 or 3473688. OLE color: 3473688.

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

Color convert

RGB24153-
CMYK0.550.9800.79
HSL266.54º96.3%10.59%-
HSV(B)266.54º98.11%20.78%-
XYZ1.030.473.41-
YUV13.8150.12135.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30.77%
GREEN value IS 1 (0.78% from 255) = 1.28%
BLUE value IS 53 (21.09% from 255) = 67.95%
R=30.77%
G=1.28%
B=67.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal241530.550.9800.79266.5496.310.59
Hex18135376204F10b60b
Octal3016567142011741314013
Binary11000111010111011111000100100111110000101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180135; }

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

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

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

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

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

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

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

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