#140717

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

Shades of Blackcurrant #140717

Tints of Blackcurrant #140717

Color information

#140717 (or 0x140717) is unknown color: approx Blackcurrant. HEX triplet: 14, 07 and 17. RGB value is (20,7,23). Sum of RGB (Red+Green+Blue) = 20+7+23=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 23 (9.38% from 255 or 46% from 50); Max value from RGB is 23 - color contains mainly: blue. Hex color #140717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140717 is #EBF8E8. Grayscale: #0C0C0C. Windows color (decimal): -15464681 or 1509140. OLE color: 1509140.

HSL color Cylindrical-coordinate representation of color #140717: hue angle of 288.75º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #140717 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB20723-
CMYK0.130.7000.91
HSL288.75º53.33%5.88%-
HSV(B)288.75º69.57%9.02%-
XYZ0.520.360.85-
YUV12.71133.81133.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40%
GREEN value IS 7 (3.12% from 255) = 14%
BLUE value IS 23 (9.38% from 255) = 46%
R=40%
G=14%
B=46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal207230.130.7000.91288.7553.335.88
Hex14717D4605B121356
Octal24727151060133441656
Binary10100111101111101100011001011011100100001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140717; }

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

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

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

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

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

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

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

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