#140927

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

Shades of Blackcurrant #140927

Tints of Blackcurrant #140927

Color information

#140927 (or 0x140927) is unknown color: approx Blackcurrant. HEX triplet: 14, 09 and 27. RGB value is (20,9,39). Sum of RGB (Red+Green+Blue) = 20+9+39=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 39 (15.62% from 255 or 57.35% from 68); Max value from RGB is 39 - color contains mainly: blue. Hex color #140927 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140927 is #EBF6D8. Grayscale: #0F0F0F. Windows color (decimal): -15464153 or 2558228. OLE color: 2558228.

HSL color Cylindrical-coordinate representation of color #140927: hue angle of 262º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #140927 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB20939-
CMYK0.490.7700.85
HSL262º62.5%9.41%-
HSV(B)262º76.92%15.29%-
XYZ0.750.491.97-
YUV15.71141.14131.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.41%
GREEN value IS 9 (3.91% from 255) = 13.24%
BLUE value IS 39 (15.62% from 255) = 57.35%
R=29.41%
G=13.24%
B=57.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal209390.490.7700.8526262.59.41
Hex14927314D0551063e9
Octal2411476111501254067611
Binary1010010011001111100011001101010101011000001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140927; }

 p { color: rgb(20,9,39); }

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

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

 a { background-color: rgb(20,9,39); }

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

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

 span { border-color: rgb(20,9,39); }

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