#120025

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

Shades of Blackcurrant #120025

Tints of Blackcurrant #120025

Color information

#120025 (or 0x120025) is unknown color: approx Blackcurrant. HEX triplet: 12, 00 and 25. RGB value is (18,0,37). Sum of RGB (Red+Green+Blue) = 18+0+37=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 37 (14.84% from 255 or 67.27% from 55); Max value from RGB is 37 - color contains mainly: blue. Hex color #120025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120025 is #EDFFDA. Grayscale: #090909. Windows color (decimal): -15597531 or 2424850. OLE color: 2424850.

HSL color Cylindrical-coordinate representation of color #120025: hue angle of 269.19º 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 #120025 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB18037-
CMYK0.51100.85
HSL269.19º100%7.25%-
HSV(B)269.19º100%14.51%-
XYZ0.580.261.77-
YUV9.6143.46133.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 67.27%
R=32.73%
G=0%
B=67.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal180370.51100.85269.191007.25
Hex12025336405510d647
Octal220456314401254151447
Binary1001001001011100111100100010101011000011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120025; }

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

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

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

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

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

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

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

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