#180332

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

Shades of Blackcurrant #180332

Tints of Blackcurrant #180332

Color information

#180332 (or 0x180332) is unknown color: approx Blackcurrant. HEX triplet: 18, 03 and 32. RGB value is (24,3,50). Sum of RGB (Red+Green+Blue) = 24+3+50=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 50 (19.92% from 255 or 64.94% from 77); Max value from RGB is 50 - color contains mainly: blue. Hex color #180332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180332 is #E7FCCD. Grayscale: #0E0E0E. Windows color (decimal): -15203534 or 3277592. OLE color: 3277592.

HSL color Cylindrical-coordinate representation of color #180332: hue angle of 266.81º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180332 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB24350-
CMYK0.520.9400.80
HSL266.81º88.68%10.39%-
HSV(B)266.81º94%19.61%-
XYZ0.980.493.06-
YUV14.64147.96134.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.17%
GREEN value IS 3 (1.56% from 255) = 3.90%
BLUE value IS 50 (19.92% from 255) = 64.94%
R=31.17%
G=3.90%
B=64.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal243500.520.9400.80266.8188.6810.39
Hex18332345E05010b59a
Octal3036264136012041313112
Binary110001111001011010010111100101000010000101110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180332; }

 p { color: rgb(24,3,50); }

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

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

 a { background-color: rgb(24,3,50); }

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

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

 span { border-color: rgb(24,3,50); }

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