#140827

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

Shades of Blackcurrant #140827

Tints of Blackcurrant #140827

Color information

#140827 (or 0x140827) is unknown color: approx Blackcurrant. HEX triplet: 14, 08 and 27. RGB value is (20,8,39). Sum of RGB (Red+Green+Blue) = 20+8+39=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 39 (15.62% from 255 or 58.21% from 67); Max value from RGB is 39 - color contains mainly: blue. Hex color #140827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140827 is #EBF7D8. Grayscale: #0F0F0F. Windows color (decimal): -15464409 or 2557972. OLE color: 2557972.

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

Color convert

RGB20839-
CMYK0.490.7900.85
HSL263.23º65.96%9.22%-
HSV(B)263.23º79.49%15.29%-
XYZ0.740.471.97-
YUV15.12141.48131.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.85%
GREEN value IS 8 (3.52% from 255) = 11.94%
BLUE value IS 39 (15.62% from 255) = 58.21%
R=29.85%
G=11.94%
B=58.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal208390.490.7900.85263.2365.969.22
Hex14827314F055107429
Octal24104761117012540710211
Binary10100100010011111000110011110101010110000011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140827; }

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

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

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

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

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

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

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

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