Html Css Color HEX #140122 Blackcurrant

📋 copy color: '#140122'

red 20 ◦ green 1 ◦ blue 34

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

Shades of Blackcurrant #140122

Tints of Blackcurrant #140122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.82%

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

R = 36.36%
G = 1.82%
B = 61.82%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#140122 (or 0x140122) is known color: Blackcurrant. HEX triplet: 14, 01 and 22. RGB value is (20,1,34). Sum of RGB (Red+Green+Blue) = 20+1+34=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 34 (13.67% from 255 or 61.82% from 55); Max value from RGB is 34 - color contains mainly: blue. Hex color #140122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140122 is #EBFEDD. Grayscale: #0A0A0A. Windows color (decimal): -15466206 or 2228500. OLE color: 2228500.

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

Color convert

RGB 20 1 34 -
CMYK 0.41 0.97 0 0.87
HSL 274.55º 0.94% 0.07% -
HSV(B) 274.55º 0.97% 0.13% -
XYZ 0.59 0.29 1.54 -
YUV 10.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 20 1 34 0.41 0.97 0 0.87 274.55 0.94 0.07
Hex 14 1 22 29 61 0 57 113 5E 7
Octal 24 1 42 51 141 0 127 423 136 7
Binary 10100 1 100010 101001 1100001 0 1010111 100010011 1011110 111

Color Harmonies of #140122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140122

Black with #140122

Text Example


Text Example

White with #140122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140122; }

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

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

background-color css

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

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

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

border-color css

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

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

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