#180138

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

Shades of Blackcurrant #180138

Tints of Blackcurrant #180138

Color information

#180138 (or 0x180138) is unknown color: approx Blackcurrant. HEX triplet: 18, 01 and 38. RGB value is (24,1,56). Sum of RGB (Red+Green+Blue) = 24+1+56=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 56 (22.27% from 255 or 69.14% from 81); Max value from RGB is 56 - color contains mainly: blue. Hex color #180138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180138 is #E7FEC7. Grayscale: #0D0D0D. Windows color (decimal): -15204040 or 3670296. OLE color: 3670296.

HSL color Cylindrical-coordinate representation of color #180138: hue angle of 265.09º 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 #180138 is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB24156-
CMYK0.570.9800.78
HSL265.09º96.49%11.18%-
HSV(B)265.09º98.21%21.96%-
XYZ1.10.53.78-
YUV14.15151.62135.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 29.63%
GREEN value IS 1 (0.78% from 255) = 1.23%
BLUE value IS 56 (22.27% from 255) = 69.14%
R=29.63%
G=1.23%
B=69.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal241560.570.9800.78265.0996.4911.18
Hex18138396204E10960b
Octal3017071142011641114013
Binary11000111100011100111000100100111010000100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180138; }

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

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

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

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

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

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

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

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