#120330

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

Shades of Blackcurrant #120330

Tints of Blackcurrant #120330

Color information

#120330 (or 0x120330) is unknown color: approx Blackcurrant. HEX triplet: 12, 03 and 30. RGB value is (18,3,48). Sum of RGB (Red+Green+Blue) = 18+3+48=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 48 (19.14% from 255 or 69.57% from 69); Max value from RGB is 48 - color contains mainly: blue. Hex color #120330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120330 is #EDFCCF. Grayscale: #0C0C0C. Windows color (decimal): -15596752 or 3146514. OLE color: 3146514.

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

Color convert

RGB18348-
CMYK0.630.9400.81
HSL260º88.24%10%-
HSV(B)260º93.75%18.82%-
XYZ0.820.412.83-
YUV12.62147.97131.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.09%
GREEN value IS 3 (1.56% from 255) = 4.35%
BLUE value IS 48 (19.14% from 255) = 69.57%
R=26.09%
G=4.35%
B=69.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal183480.630.9400.8126088.2410
Hex123303F5E05110458a
Octal2236077136012140413012
Binary100101111000011111110111100101000110000010010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120330; }

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

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

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

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

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

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

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

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