#140824

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

Shades of Blackcurrant #140824

Tints of Blackcurrant #140824

Color information

#140824 (or 0x140824) is unknown color: approx Blackcurrant. HEX triplet: 14, 08 and 24. RGB value is (20,8,36). Sum of RGB (Red+Green+Blue) = 20+8+36=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 36 (14.45% from 255 or 56.25% from 64); Max value from RGB is 36 - color contains mainly: blue. Hex color #140824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140824 is #EBF7DB. Grayscale: #0E0E0E. Windows color (decimal): -15464412 or 2361364. OLE color: 2361364.

HSL color Cylindrical-coordinate representation of color #140824: hue angle of 265.71º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #140824 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB20836-
CMYK0.440.7800.86
HSL265.71º63.64%8.63%-
HSV(B)265.71º77.78%14.12%-
XYZ0.690.451.72-
YUV14.78139.98131.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.25%
GREEN value IS 8 (3.52% from 255) = 12.5%
BLUE value IS 36 (14.45% from 255) = 56.25%
R=31.25%
G=12.5%
B=56.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal208360.440.7800.86265.7163.648.63
Hex148242C4E05610a409
Octal24104454116012641210011
Binary10100100010010010110010011100101011010000101010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140824; }

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

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

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

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

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

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

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

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