#120230

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

Shades of Blackcurrant #120230

Tints of Blackcurrant #120230

Color information

#120230 (or 0x120230) is unknown color: approx Blackcurrant. HEX triplet: 12, 02 and 30. RGB value is (18,2,48). Sum of RGB (Red+Green+Blue) = 18+2+48=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 48 (19.14% from 255 or 70.59% from 68); Max value from RGB is 48 - color contains mainly: blue. Hex color #120230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120230 is #EDFDCF. Grayscale: #0B0B0B. Windows color (decimal): -15597008 or 3146258. OLE color: 3146258.

HSL color Cylindrical-coordinate representation of color #120230: hue angle of 260.87º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120230 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB18248-
CMYK0.630.9600.81
HSL260.87º92%9.8%-
HSV(B)260.87º95.83%18.82%-
XYZ0.80.392.83-
YUV12.03148.3132.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.47%
GREEN value IS 2 (1.17% from 255) = 2.94%
BLUE value IS 48 (19.14% from 255) = 70.59%
R=26.47%
G=2.94%
B=70.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal182480.630.9600.81260.87929.8
Hex122303F600511055ca
Octal2226077140012140513412
Binary100101011000011111111000000101000110000010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120230; }

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

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

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

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

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

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

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

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