#120625

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

Shades of Blackcurrant #120625

Tints of Blackcurrant #120625

Color information

#120625 (or 0x120625) is unknown color: approx Blackcurrant. HEX triplet: 12, 06 and 25. RGB value is (18,6,37). Sum of RGB (Red+Green+Blue) = 18+6+37=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 37 (14.84% from 255 or 60.66% from 61); Max value from RGB is 37 - color contains mainly: blue. Hex color #120625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120625 is #EDF9DA. Grayscale: #0D0D0D. Windows color (decimal): -15595995 or 2426386. OLE color: 2426386.

HSL color Cylindrical-coordinate representation of color #120625: hue angle of 263.23º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #120625 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB18637-
CMYK0.510.8400.85
HSL263.23º72.09%8.43%-
HSV(B)263.23º83.78%14.51%-
XYZ0.650.391.79-
YUV13.12141.48131.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 6 (2.73% from 255) = 9.84%
BLUE value IS 37 (14.84% from 255) = 60.66%
R=29.51%
G=9.84%
B=60.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal186370.510.8400.85263.2372.098.43
Hex126253354055107488
Octal2264563124012540711010
Binary1001011010010111001110101000101010110000011110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120625; }

 p { color: rgb(18,6,37); }

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

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

 a { background-color: rgb(18,6,37); }

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

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

 span { border-color: rgb(18,6,37); }

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