Html Css Color HEX #140322 Blackcurrant

📋 copy color: '#140322'

red 20 ◦ green 3 ◦ blue 34

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

Shades of Blackcurrant #140322

Tints of Blackcurrant #140322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.26%

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

R = 35.09%
G = 5.26%
B = 59.65%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#140322 (or 0x140322) is known color: Blackcurrant. HEX triplet: 14, 03 and 22. RGB value is (20,3,34). Sum of RGB (Red+Green+Blue) = 20+3+34=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 34 (13.67% from 255 or 59.65% from 57); Max value from RGB is 34 - color contains mainly: blue. Hex color #140322 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140322 is #EBFCDD. Grayscale: #0B0B0B. Windows color (decimal): -15465694 or 2229012. OLE color: 2229012.

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

Color convert

RGB 20 3 34 -
CMYK 0.41 0.91 0 0.87
HSL 272.9º 0.84% 0.07% -
HSV(B) 272.9º 0.91% 0.13% -
XYZ 0.61 0.33 1.54 -
YUV 11.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 20 3 34 0.41 0.91 0 0.87 272.9 0.84 0.07
Hex 14 3 22 29 5B 0 57 111 54 7
Octal 24 3 42 51 133 0 127 421 124 7
Binary 10100 11 100010 101001 1011011 0 1010111 100010001 1010100 111

Color Harmonies of #140322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140322

Black with #140322

Text Example


Text Example

White with #140322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140322; }

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

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

background-color css

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

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

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

border-color css

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

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

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