#180134

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

Shades of Blackcurrant #180134

Tints of Blackcurrant #180134

Color information

#180134 (or 0x180134) is unknown color: approx Blackcurrant. HEX triplet: 18, 01 and 34. RGB value is (24,1,52). Sum of RGB (Red+Green+Blue) = 24+1+52=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 52 (20.70% from 255 or 67.53% from 77); Max value from RGB is 52 - color contains mainly: blue. Hex color #180134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180134 is #E7FECB. Grayscale: #0D0D0D. Windows color (decimal): -15204044 or 3408152. OLE color: 3408152.

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

Color convert

RGB24152-
CMYK0.540.9800.80
HSL267.06º96.23%10.39%-
HSV(B)267.06º98.08%20.39%-
XYZ1.010.463.29-
YUV13.69149.62135.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.17%
GREEN value IS 1 (0.78% from 255) = 1.30%
BLUE value IS 52 (20.70% from 255) = 67.53%
R=31.17%
G=1.30%
B=67.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal241520.540.9800.80267.0696.2310.39
Hex18134366205010b60a
Octal3016466142012041314012
Binary11000111010011011011000100101000010000101111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180134; }

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

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

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

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

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

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

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

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