#180025

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

Shades of Blackcurrant #180025

Tints of Blackcurrant #180025

Color information

#180025 (or 0x180025) is unknown color: approx Blackcurrant. HEX triplet: 18, 00 and 25. RGB value is (24,0,37). Sum of RGB (Red+Green+Blue) = 24+0+37=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 37 (14.84% from 255 or 60.66% from 61); Max value from RGB is 37 - color contains mainly: blue. Hex color #180025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180025 is #E7FFDA. Grayscale: #0B0B0B. Windows color (decimal): -15204315 or 2424856. OLE color: 2424856.

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

Color convert

RGB24037-
CMYK0.35100.85
HSL278.92º100%7.25%-
HSV(B)278.92º100%14.51%-
XYZ0.710.331.78-
YUV11.39142.45136.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 39.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 60.66%
R=39.34%
G=0%
B=60.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal240370.35100.85278.921007.25
Hex180252364055117647
Octal300454314401254271447
Binary1100001001011000111100100010101011000101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180025; }

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

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

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

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

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

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

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

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