Html Css Color HEX #140021 Blackcurrant

📋 copy color: '#140021'

red 20 ◦ green 0 ◦ blue 33

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

Shades of Blackcurrant #140021

Tints of Blackcurrant #140021

RGB

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

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

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

R = 37.74%
G = 0%
B = 62.26%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#140021 (or 0x140021) is known color: Blackcurrant. HEX triplet: 14, 00 and 21. RGB value is (20,0,33). Sum of RGB (Red+Green+Blue) = 20+0+33=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 33 (13.28% from 255 or 62.26% from 53); Max value from RGB is 33 - color contains mainly: blue. Hex color #140021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140021 is #EBFFDE. Grayscale: #090909. Windows color (decimal): -15466463 or 2162708. OLE color: 2162708.

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

Color convert

RGB 20 0 33 -
CMYK 0.39 1 0 0.87
HSL 276.36º 1% 0.06% -
HSV(B) 276.36º 1% 0.13% -
XYZ 0.56 0.26 1.46 -
YUV 9.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 20 0 33 0.39 1 0 0.87 276.36 1 0.06
Hex 14 0 21 27 64 0 57 114 64 6
Octal 24 0 41 47 144 0 127 424 144 6
Binary 10100 0 100001 100111 1100100 0 1010111 100010100 1100100 110

Color Harmonies of #140021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140021

Black with #140021

Text Example


Text Example

White with #140021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140021; }

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

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

background-color css

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

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

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

border-color css

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

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

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