#140823

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

Shades of Blackcurrant #140823

Tints of Blackcurrant #140823

Color information

#140823 (or 0x140823) is unknown color: approx Blackcurrant. HEX triplet: 14, 08 and 23. RGB value is (20,8,35). Sum of RGB (Red+Green+Blue) = 20+8+35=63 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.75% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 35 (14.06% from 255 or 55.56% from 63); Max value from RGB is 35 - color contains mainly: blue. Hex color #140823 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140823 is #EBF7DC. Grayscale: #0E0E0E. Windows color (decimal): -15464413 or 2295828. OLE color: 2295828.

HSL color Cylindrical-coordinate representation of color #140823: hue angle of 266.67º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #140823 is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB20835-
CMYK0.430.7700.86
HSL266.67º62.79%8.43%-
HSV(B)266.67º77.14%13.73%-
XYZ0.680.441.64-
YUV14.67139.48131.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.75%
GREEN value IS 8 (3.52% from 255) = 12.70%
BLUE value IS 35 (14.06% from 255) = 55.56%
R=31.75%
G=12.70%
B=55.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal208350.430.7700.86266.6762.798.43
Hex148232B4D05610b3f8
Octal2410435311501264137710
Binary1010010001000111010111001101010101101000010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140823; }

 p { color: rgb(20,8,35); }

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

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

 a { background-color: rgb(20,8,35); }

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

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

 span { border-color: rgb(20,8,35); }

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