Html Css Color HEX #140422 Blackcurrant

📋 copy color: '#140422'

red 20 ◦ green 4 ◦ blue 34

#140422
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #140422

Tints of Blackcurrant #140422

RGB

 RED value IS 20 (8.2% from 255) = 34.48%

 GREEN value IS 4 (1.95% from 255) = 6.9%

 BLUE value IS 34 (13.67% from 255) = 58.62%

R = 34.48%
G = 6.9%
B = 58.62%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#140422 (or 0x140422) is known color: Blackcurrant. HEX triplet: 14, 04 and 22. RGB value is (20,4,34). Sum of RGB (Red+Green+Blue) = 20+4+34=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 34 (13.67% from 255 or 58.62% from 58); Max value from RGB is 34 - color contains mainly: blue. Hex color #140422 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140422 is #EBFBDD. Grayscale: #0C0C0C. Windows color (decimal): -15465438 or 2229268. OLE color: 2229268.

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

Color convert

RGB 20 4 34 -
CMYK 0.41 0.88 0 0.87
HSL 272º 0.79% 0.07% -
HSV(B) 272º 0.88% 0.13% -
XYZ 0.62 0.35 1.55 -
YUV 12.2 140.3 133.56 -
System Red Green Blue C M Y K H S L
Decimal 20 4 34 0.41 0.88 0 0.87 272 0.79 0.07
Hex 14 4 22 29 58 0 57 110 4F 7
Octal 24 4 42 51 130 0 127 420 117 7
Binary 10100 100 100010 101001 1011000 0 1010111 100010000 1001111 111

Color Harmonies of #140422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140422

Black with #140422

Text Example


Text Example

White with #140422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140422; }

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

 H1.HeaderClassName
 {
   color: #140422;
 }
 .AnyTagClassName
 {
   color: #140422;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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