#140922

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

Shades of Blackcurrant #140922

Tints of Blackcurrant #140922

Color information

#140922 (or 0x140922) is unknown color: approx Blackcurrant. HEX triplet: 14, 09 and 22. RGB value is (20,9,34). Sum of RGB (Red+Green+Blue) = 20+9+34=63 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.75% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 34 (13.67% from 255 or 53.97% from 63); Max value from RGB is 34 - color contains mainly: blue. Hex color #140922 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140922 is #EBF6DD. Grayscale: #0F0F0F. Windows color (decimal): -15464158 or 2230548. OLE color: 2230548.

HSL color Cylindrical-coordinate representation of color #140922: hue angle of 266.4º degrees, saturation: 0.58, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #140922 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB20934-
CMYK0.410.7400.87
HSL266.4º58.14%8.43%-
HSV(B)266.4º73.53%13.33%-
XYZ0.670.461.57-
YUV15.14138.64131.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.75%
GREEN value IS 9 (3.91% from 255) = 14.29%
BLUE value IS 34 (13.67% from 255) = 53.97%
R=31.75%
G=14.29%
B=53.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal209340.410.7400.87266.458.148.43
Hex14922294A05710a3a8
Octal2411425111201274127210
Binary1010010011000101010011001010010101111000010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140922; }

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

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

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

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

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

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

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

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