#120236

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

Shades of Blackcurrant #120236

Tints of Blackcurrant #120236

Color information

#120236 (or 0x120236) is unknown color: approx Blackcurrant. HEX triplet: 12, 02 and 36. RGB value is (18,2,54). Sum of RGB (Red+Green+Blue) = 18+2+54=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 54 (21.48% from 255 or 72.97% from 74); Max value from RGB is 54 - color contains mainly: blue. Hex color #120236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120236 is #EDFDC9. Grayscale: #0C0C0C. Windows color (decimal): -15597002 or 3539474. OLE color: 3539474.

HSL color Cylindrical-coordinate representation of color #120236: hue angle of 258.46º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120236 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB18254-
CMYK0.670.9600.79
HSL258.46º92.86%10.98%-
HSV(B)258.46º96.3%21.18%-
XYZ0.940.443.53-
YUV12.71151.3131.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.32%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 54 (21.48% from 255) = 72.97%
R=24.32%
G=2.70%
B=72.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal182540.670.9600.79258.4692.8610.98
Hex12236436004F1025db
Octal22266103140011740213513
Binary1001010110110100001111000000100111110000001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120236; }

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

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

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

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

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

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

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

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