#180925

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

Shades of Blackcurrant #180925

Tints of Blackcurrant #180925

Color information

#180925 (or 0x180925) is unknown color: approx Blackcurrant. HEX triplet: 18, 09 and 25. RGB value is (24,9,37). Sum of RGB (Red+Green+Blue) = 24+9+37=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #180925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180925 is #E7F6DA. Grayscale: #101010. Windows color (decimal): -15202011 or 2427160. OLE color: 2427160.

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

Color convert

RGB24937-
CMYK0.350.7600.85
HSL272.14º60.87%9.02%-
HSV(B)272.14º75.68%14.51%-
XYZ0.810.521.81-
YUV16.68139.47133.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 34.29%
GREEN value IS 9 (3.91% from 255) = 12.86%
BLUE value IS 37 (14.84% from 255) = 52.86%
R=34.29%
G=12.86%
B=52.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal249370.350.7600.85272.1460.879.02
Hex18925234C0551103d9
Octal3011454311401254207511
Binary1100010011001011000111001100010101011000100001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180925; }

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

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

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

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

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

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

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

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