#120035

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

Shades of Blackcurrant #120035

Tints of Blackcurrant #120035

Color information

#120035 (or 0x120035) is unknown color: approx Blackcurrant. HEX triplet: 12, 00 and 35. RGB value is (18,0,53). Sum of RGB (Red+Green+Blue) = 18+0+53=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 53 (21.09% from 255 or 74.65% from 71); Max value from RGB is 53 - color contains mainly: blue. Hex color #120035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120035 is #EDFFCA. Grayscale: #0B0B0B. Windows color (decimal): -15597515 or 3473426. OLE color: 3473426.

HSL color Cylindrical-coordinate representation of color #120035: hue angle of 260.38º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120035 is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB18053-
CMYK0.66100.79
HSL260.38º100%10.39%-
HSV(B)260.38º100%20.78%-
XYZ0.890.393.4-
YUV11.42151.46132.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 74.65%
R=25.35%
G=0%
B=74.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal180530.66100.79260.3810010.39
Hex12035426404F10464a
Octal22065102144011740414412
Binary100100110101100001011001000100111110000010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120035; }

 p { color: rgb(18,0,53); }

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

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

 a { background-color: rgb(18,0,53); }

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

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

 span { border-color: rgb(18,0,53); }

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