#180834

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

Shades of Blackcurrant #180834

Tints of Blackcurrant #180834

Color information

#180834 (or 0x180834) is unknown color: approx Blackcurrant. HEX triplet: 18, 08 and 34. RGB value is (24,8,52). Sum of RGB (Red+Green+Blue) = 24+8+52=84 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.57% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 52 (20.70% from 255 or 61.90% from 84); Max value from RGB is 52 - color contains mainly: blue. Hex color #180834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180834 is #E7F7CB. Grayscale: #111111. Windows color (decimal): -15202252 or 3409944. OLE color: 3409944.

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

Color convert

RGB24852-
CMYK0.540.8500.80
HSL261.82º73.33%11.76%-
HSV(B)261.82º84.62%20.39%-
XYZ1.080.623.31-
YUV17.8147.3132.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 28.57%
GREEN value IS 8 (3.52% from 255) = 9.52%
BLUE value IS 52 (20.70% from 255) = 61.90%
R=28.57%
G=9.52%
B=61.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal248520.540.8500.80261.8273.3311.76
Hex18834365505010649c
Octal30106466125012040611114
Binary11000100011010011011010101010101000010000011010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180834; }

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

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

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

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

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

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

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

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