#120225

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

Shades of Blackcurrant #120225

Tints of Blackcurrant #120225

Color information

#120225 (or 0x120225) is unknown color: approx Blackcurrant. HEX triplet: 12, 02 and 25. RGB value is (18,2,37). Sum of RGB (Red+Green+Blue) = 18+2+37=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 37 (14.84% from 255 or 64.91% from 57); Max value from RGB is 37 - color contains mainly: blue. Hex color #120225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120225 is #EDFDDA. Grayscale: #0A0A0A. Windows color (decimal): -15597019 or 2425362. OLE color: 2425362.

HSL color Cylindrical-coordinate representation of color #120225: hue angle of 267.43º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120225 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB18237-
CMYK0.510.9500.85
HSL267.43º89.74%7.65%-
HSV(B)267.43º94.59%14.51%-
XYZ0.610.311.78-
YUV10.77142.8133.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.58%
GREEN value IS 2 (1.17% from 255) = 3.51%
BLUE value IS 37 (14.84% from 255) = 64.91%
R=31.58%
G=3.51%
B=64.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal182370.510.9500.85267.4389.747.65
Hex12225335F05510b5a8
Octal2224563137012541313210
Binary100101010010111001110111110101010110000101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120225; }

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

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

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

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

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

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

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

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