#180832

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

Shades of Blackcurrant #180832

Tints of Blackcurrant #180832

Color information

#180832 (or 0x180832) is unknown color: approx Blackcurrant. HEX triplet: 18, 08 and 32. RGB value is (24,8,50). Sum of RGB (Red+Green+Blue) = 24+8+50=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 50 (19.92% from 255 or 60.98% from 82); Max value from RGB is 50 - color contains mainly: blue. Hex color #180832 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180832 is #E7F7CD. Grayscale: #111111. Windows color (decimal): -15202254 or 3278872. OLE color: 3278872.

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

Color convert

RGB24850-
CMYK0.520.8400.80
HSL262.86º72.41%11.37%-
HSV(B)262.86º84%19.61%-
XYZ1.040.63.08-
YUV17.57146.3132.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 29.27%
GREEN value IS 8 (3.52% from 255) = 9.76%
BLUE value IS 50 (19.92% from 255) = 60.98%
R=29.27%
G=9.76%
B=60.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal248500.520.8400.80262.8672.4111.37
Hex18832345405010748b
Octal30106264124012040711013
Binary11000100011001011010010101000101000010000011110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180832; }

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

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

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

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

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

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

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

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