#120817

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

Shades of Blackcurrant #120817

Tints of Blackcurrant #120817

Color information

#120817 (or 0x120817) is unknown color: approx Blackcurrant. HEX triplet: 12, 08 and 17. RGB value is (18,8,23). Sum of RGB (Red+Green+Blue) = 18+8+23=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 8 (3.52% from 255 or 16.33% from 49); Blue value is 23 (9.38% from 255 or 46.94% from 49); Max value from RGB is 23 - color contains mainly: blue. Hex color #120817 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120817 is #EDF7E8. Grayscale: #0C0C0C. Windows color (decimal): -15595497 or 1509394. OLE color: 1509394.

HSL color Cylindrical-coordinate representation of color #120817: hue angle of 280º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #120817 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB18823-
CMYK0.220.6500.91
HSL280º48.39%6.08%-
HSV(B)280º65.22%9.02%-
XYZ0.490.360.86-
YUV12.7133.81131.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36.73%
GREEN value IS 8 (3.52% from 255) = 16.33%
BLUE value IS 23 (9.38% from 255) = 46.94%
R=36.73%
G=16.33%
B=46.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal188230.220.6500.9128048.396.08
Hex12817164105B118306
Octal221027261010133430606
Binary1001010001011110110100000101011011100011000110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120817; }

 p { color: rgb(18,8,23); }

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

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

 a { background-color: rgb(18,8,23); }

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

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

 span { border-color: rgb(18,8,23); }

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