Html Css Color HEX #140221 Blackcurrant

📋 copy color: '#140221'

red 20 ◦ green 2 ◦ blue 33

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

Shades of Blackcurrant #140221

Tints of Blackcurrant #140221

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.64%

 BLUE value IS 33 (13.28% from 255) = 60%

R = 36.36%
G = 3.64%
B = 60%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#140221 (or 0x140221) is known color: Blackcurrant. HEX triplet: 14, 02 and 21. RGB value is (20,2,33). Sum of RGB (Red+Green+Blue) = 20+2+33=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 33 (13.28% from 255 or 60% from 55); Max value from RGB is 33 - color contains mainly: blue. Hex color #140221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140221 is #EBFDDE. Grayscale: #0A0A0A. Windows color (decimal): -15465951 or 2163220. OLE color: 2163220.

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

Color convert

RGB 20 2 33 -
CMYK 0.39 0.94 0 0.87
HSL 274.84º 0.89% 0.07% -
HSV(B) 274.84º 0.94% 0.13% -
XYZ 0.58 0.3 1.47 -
YUV 10.92 140.46 134.48 -
System Red Green Blue C M Y K H S L
Decimal 20 2 33 0.39 0.94 0 0.87 274.84 0.89 0.07
Hex 14 2 21 27 5E 0 57 113 59 7
Octal 24 2 41 47 136 0 127 423 131 7
Binary 10100 10 100001 100111 1011110 0 1010111 100010011 1011001 111

Color Harmonies of #140221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140221

Black with #140221

Text Example


Text Example

White with #140221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140221; }

 p { color: rgb(20,2,33); }

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

background-color css

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

 a { background-color: rgb(20,2,33); }

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

border-color css

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

 span { border-color: rgb(20,2,33); }

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