#180835

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

Shades of Blackcurrant #180835

Tints of Blackcurrant #180835

Color information

#180835 (or 0x180835) is unknown color: approx Blackcurrant. HEX triplet: 18, 08 and 35. RGB value is (24,8,53). Sum of RGB (Red+Green+Blue) = 24+8+53=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 53 (21.09% from 255 or 62.35% from 85); Max value from RGB is 53 - color contains mainly: blue. Hex color #180835 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180835 is #E7F7CA. Grayscale: #111111. Windows color (decimal): -15202251 or 3475480. OLE color: 3475480.

HSL color Cylindrical-coordinate representation of color #180835: hue angle of 261.33º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #180835 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB24853-
CMYK0.550.8500.79
HSL261.33º73.77%11.96%-
HSV(B)261.33º84.91%20.78%-
XYZ1.110.623.43-
YUV17.91147.8132.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 28.24%
GREEN value IS 8 (3.52% from 255) = 9.41%
BLUE value IS 53 (21.09% from 255) = 62.35%
R=28.24%
G=9.41%
B=62.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal248530.550.8500.79261.3373.7711.96
Hex18835375504F1054ac
Octal30106567125011740511214
Binary11000100011010111011110101010100111110000010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180835; }

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

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

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

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

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

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

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

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