#180232

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

Shades of Blackcurrant #180232

Tints of Blackcurrant #180232

Color information

#180232 (or 0x180232) is unknown color: approx Blackcurrant. HEX triplet: 18, 02 and 32. RGB value is (24,2,50). Sum of RGB (Red+Green+Blue) = 24+2+50=76 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.58% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 50 (19.92% from 255 or 65.79% from 76); Max value from RGB is 50 - color contains mainly: blue. Hex color #180232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180232 is #E7FDCD. Grayscale: #0D0D0D. Windows color (decimal): -15203790 or 3277336. OLE color: 3277336.

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

Color convert

RGB24250-
CMYK0.520.9600.80
HSL267.5º92.31%10.2%-
HSV(B)267.5º96%19.61%-
XYZ0.970.473.06-
YUV14.05148.29135.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.58%
GREEN value IS 2 (1.17% from 255) = 2.63%
BLUE value IS 50 (19.92% from 255) = 65.79%
R=31.58%
G=2.63%
B=65.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal242500.520.9600.80267.592.3110.2
Hex18232346005010c5ca
Octal3026264140012041413412
Binary110001011001011010011000000101000010000110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180232; }

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

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

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

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

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

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

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

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