#120825

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

Shades of Blackcurrant #120825

Tints of Blackcurrant #120825

Color information

#120825 (or 0x120825) is unknown color: approx Blackcurrant. HEX triplet: 12, 08 and 25. RGB value is (18,8,37). Sum of RGB (Red+Green+Blue) = 18+8+37=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 37 (14.84% from 255 or 58.73% from 63); Max value from RGB is 37 - color contains mainly: blue. Hex color #120825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120825 is #EDF7DA. Grayscale: #0E0E0E. Windows color (decimal): -15595483 or 2426898. OLE color: 2426898.

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

Color convert

RGB18837-
CMYK0.510.7800.85
HSL260.69º64.44%8.82%-
HSV(B)260.69º78.38%14.51%-
XYZ0.670.441.8-
YUV14.3140.81130.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.57%
GREEN value IS 8 (3.52% from 255) = 12.70%
BLUE value IS 37 (14.84% from 255) = 58.73%
R=28.57%
G=12.70%
B=58.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal188370.510.7800.85260.6964.448.82
Hex12825334E055105409
Octal22104563116012540510011
Binary10010100010010111001110011100101010110000010110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120825; }

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

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

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

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

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

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

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

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