#140C17

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

Shades of Blackcurrant #140C17

Tints of Blackcurrant #140C17

Color information

#140C17 (or 0x140C17) is unknown color: approx Blackcurrant. HEX triplet: 14, 0C and 17. RGB value is (20,12,23). Sum of RGB (Red+Green+Blue) = 20+12+23=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 23 (9.38% from 255 or 41.82% from 55); Max value from RGB is 23 - color contains mainly: blue. Hex color #140C17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C17 is #EBF3E8. Grayscale: #0F0F0F. Windows color (decimal): -15463401 or 1510420. OLE color: 1510420.

HSL color Cylindrical-coordinate representation of color #140C17: hue angle of 283.64º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #140C17 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB201223-
CMYK0.130.4800.91
HSL283.64º31.43%6.86%-
HSV(B)283.64º47.83%9.02%-
XYZ0.570.470.87-
YUV15.65132.15131.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 36.36%
GREEN value IS 12 (5.08% from 255) = 21.82%
BLUE value IS 23 (9.38% from 255) = 41.82%
R=36.36%
G=21.82%
B=41.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2012230.130.4800.91283.6431.436.86
Hex14C17D3005B11c1f7
Octal24142715600133434377
Binary1010011001011111011100000101101110001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140C17; }

 p { color: rgb(20,12,23); }

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

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

 a { background-color: rgb(20,12,23); }

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

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

 span { border-color: rgb(20,12,23); }

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