#180825

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

Shades of Blackcurrant #180825

Tints of Blackcurrant #180825

Color information

#180825 (or 0x180825) is unknown color: approx Blackcurrant. HEX triplet: 18, 08 and 25. RGB value is (24,8,37). Sum of RGB (Red+Green+Blue) = 24+8+37=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 37 (14.84% from 255 or 53.62% from 69); Max value from RGB is 37 - color contains mainly: blue. Hex color #180825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180825 is #E7F7DA. Grayscale: #0F0F0F. Windows color (decimal): -15202267 or 2426904. OLE color: 2426904.

HSL color Cylindrical-coordinate representation of color #180825: hue angle of 273.1º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #180825 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB24837-
CMYK0.350.7800.85
HSL273.1º64.44%8.82%-
HSV(B)273.1º78.38%14.51%-
XYZ0.80.51.81-
YUV16.09139.8133.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 34.78%
GREEN value IS 8 (3.52% from 255) = 11.59%
BLUE value IS 37 (14.84% from 255) = 53.62%
R=34.78%
G=11.59%
B=53.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal248370.350.7800.85273.164.448.82
Hex18825234E055111409
Octal30104543116012542110011
Binary11000100010010110001110011100101010110001000110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180825; }

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

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

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

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

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

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

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

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