#120227

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

Shades of Blackcurrant #120227

Tints of Blackcurrant #120227

Color information

#120227 (or 0x120227) is unknown color: approx Blackcurrant. HEX triplet: 12, 02 and 27. RGB value is (18,2,39). Sum of RGB (Red+Green+Blue) = 18+2+39=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 39 (15.62% from 255 or 66.10% from 59); Max value from RGB is 39 - color contains mainly: blue. Hex color #120227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120227 is #EDFDD8. Grayscale: #0A0A0A. Windows color (decimal): -15597017 or 2556434. OLE color: 2556434.

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

Color convert

RGB18239-
CMYK0.540.9500.85
HSL265.95º90.24%8.04%-
HSV(B)265.95º94.87%15.29%-
XYZ0.640.321.95-
YUV11143.8132.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30.51%
GREEN value IS 2 (1.17% from 255) = 3.39%
BLUE value IS 39 (15.62% from 255) = 66.10%
R=30.51%
G=3.39%
B=66.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal182390.540.9500.85265.9590.248.04
Hex12227365F05510a5a8
Octal2224766137012541213210
Binary100101010011111011010111110101010110000101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120227; }

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

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

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

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

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

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

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

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