#180137

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

Shades of Blackcurrant #180137

Tints of Blackcurrant #180137

Color information

#180137 (or 0x180137) is unknown color: approx Blackcurrant. HEX triplet: 18, 01 and 37. RGB value is (24,1,55). Sum of RGB (Red+Green+Blue) = 24+1+55=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 55 (21.88% from 255 or 68.75% from 80); Max value from RGB is 55 - color contains mainly: blue. Hex color #180137 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180137 is #E7FEC8. Grayscale: #0D0D0D. Windows color (decimal): -15204041 or 3604760. OLE color: 3604760.

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

Color convert

RGB24155-
CMYK0.560.9800.78
HSL265.56º96.43%10.98%-
HSV(B)265.56º98.18%21.57%-
XYZ1.080.493.65-
YUV14.03151.12135.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30%
GREEN value IS 1 (0.78% from 255) = 1.25%
BLUE value IS 55 (21.88% from 255) = 68.75%
R=30%
G=1.25%
B=68.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal241550.560.9800.78265.5696.4310.98
Hex18137386204E10a60b
Octal3016770142011641214013
Binary11000111011111100011000100100111010000101011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180137; }

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

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

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

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

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

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

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

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