Html Css Color HEX #140224 Blackcurrant

📋 copy color: '#140224'

red 20 ◦ green 2 ◦ blue 36

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

Shades of Blackcurrant #140224

Tints of Blackcurrant #140224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 62.07%

R = 34.48%
G = 3.45%
B = 62.07%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#140224 (or 0x140224) is known color: Blackcurrant. HEX triplet: 14, 02 and 24. RGB value is (20,2,36). Sum of RGB (Red+Green+Blue) = 20+2+36=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 36 (14.45% from 255 or 62.07% from 58); Max value from RGB is 36 - color contains mainly: blue. Hex color #140224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140224 is #EBFDDB. Grayscale: #0B0B0B. Windows color (decimal): -15465948 or 2359828. OLE color: 2359828.

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

Color convert

RGB 20 2 36 -
CMYK 0.44 0.94 0 0.86
HSL 271.76º 0.89% 0.07% -
HSV(B) 271.76º 0.94% 0.14% -
XYZ 0.63 0.32 1.7 -
YUV 11.26 141.96 134.24 -
System Red Green Blue C M Y K H S L
Decimal 20 2 36 0.44 0.94 0 0.86 271.76 0.89 0.07
Hex 14 2 24 2C 5E 0 56 110 59 7
Octal 24 2 44 54 136 0 126 420 131 7
Binary 10100 10 100100 101100 1011110 0 1010110 100010000 1011001 111

Color Harmonies of #140224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140224

Black with #140224

Text Example


Text Example

White with #140224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140224; }

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

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

background-color css

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

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

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

border-color css

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

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

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