#120237

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

Shades of Blackcurrant #120237

Tints of Blackcurrant #120237

Color information

#120237 (or 0x120237) is unknown color: approx Blackcurrant. HEX triplet: 12, 02 and 37. RGB value is (18,2,55). Sum of RGB (Red+Green+Blue) = 18+2+55=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 55 (21.88% from 255 or 73.33% from 75); Max value from RGB is 55 - color contains mainly: blue. Hex color #120237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120237 is #EDFDC8. Grayscale: #0C0C0C. Windows color (decimal): -15597001 or 3605010. OLE color: 3605010.

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

Color convert

RGB18255-
CMYK0.670.9600.78
HSL258.11º92.98%11.18%-
HSV(B)258.11º96.36%21.57%-
XYZ0.960.453.65-
YUV12.83151.8131.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24%
GREEN value IS 2 (1.17% from 255) = 2.67%
BLUE value IS 55 (21.88% from 255) = 73.33%
R=24%
G=2.67%
B=73.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal182550.670.9600.78258.1192.9811.18
Hex12237436004E1025db
Octal22267103140011640213513
Binary1001010110111100001111000000100111010000001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120237; }

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

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

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

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

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

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

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

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