Html Css Color HEX #140022 Blackcurrant

📋 copy color: '#140022'

red 20 ◦ green 0 ◦ blue 34

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

Shades of Blackcurrant #140022

Tints of Blackcurrant #140022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.04%
G = 0%
B = 62.96%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#140022 (or 0x140022) is known color: Blackcurrant. HEX triplet: 14, 00 and 22. RGB value is (20,0,34). Sum of RGB (Red+Green+Blue) = 20+0+34=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 34 (13.67% from 255 or 62.96% from 54); Max value from RGB is 34 - color contains mainly: blue. Hex color #140022 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140022 is #EBFFDD. Grayscale: #090909. Windows color (decimal): -15466462 or 2228244. OLE color: 2228244.

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

Color convert

RGB 20 0 34 -
CMYK 0.41 1 0 0.87
HSL 275.29º 1% 0.07% -
HSV(B) 275.29º 1% 0.13% -
XYZ 0.58 0.26 1.53 -
YUV 9.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 20 0 34 0.41 1 0 0.87 275.29 1 0.07
Hex 14 0 22 29 64 0 57 113 64 7
Octal 24 0 42 51 144 0 127 423 144 7
Binary 10100 0 100010 101001 1100100 0 1010111 100010011 1100100 111

Color Harmonies of #140022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140022

Black with #140022

Text Example


Text Example

White with #140022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140022; }

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

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

background-color css

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

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

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

border-color css

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

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

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