#180231

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

Shades of Blackcurrant #180231

Tints of Blackcurrant #180231

Color information

#180231 (or 0x180231) is unknown color: approx Blackcurrant. HEX triplet: 18, 02 and 31. RGB value is (24,2,49). Sum of RGB (Red+Green+Blue) = 24+2+49=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 49 (19.53% from 255 or 65.33% from 75); Max value from RGB is 49 - color contains mainly: blue. Hex color #180231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180231 is #E7FDCE. Grayscale: #0D0D0D. Windows color (decimal): -15203791 or 3211800. OLE color: 3211800.

HSL color Cylindrical-coordinate representation of color #180231: hue angle of 268.09º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180231 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB24249-
CMYK0.510.9600.81
HSL268.09º92.16%10%-
HSV(B)268.09º95.92%19.22%-
XYZ0.950.462.94-
YUV13.94147.79135.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32%
GREEN value IS 2 (1.17% from 255) = 2.67%
BLUE value IS 49 (19.53% from 255) = 65.33%
R=32%
G=2.67%
B=65.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal242490.510.9600.81268.0992.1610
Hex18231336005110c5ca
Octal3026163140012141413412
Binary110001011000111001111000000101000110000110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180231; }

 p { color: rgb(24,2,49); }

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

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

 a { background-color: rgb(24,2,49); }

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

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

 span { border-color: rgb(24,2,49); }

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