Html Css Color HEX #140424 Blackcurrant

📋 copy color: '#140424'

red 20 ◦ green 4 ◦ blue 36

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

Shades of Blackcurrant #140424

Tints of Blackcurrant #140424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.67%

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

R = 33.33%
G = 6.67%
B = 60%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#140424 (or 0x140424) is known color: Blackcurrant. HEX triplet: 14, 04 and 24. RGB value is (20,4,36). Sum of RGB (Red+Green+Blue) = 20+4+36=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 36 (14.45% from 255 or 60% from 60); Max value from RGB is 36 - color contains mainly: blue. Hex color #140424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140424 is #EBFBDB. Grayscale: #0C0C0C. Windows color (decimal): -15465436 or 2360340. OLE color: 2360340.

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

Color convert

RGB 20 4 36 -
CMYK 0.44 0.89 0 0.86
HSL 270º 0.8% 0.08% -
HSV(B) 270º 0.89% 0.14% -
XYZ 0.65 0.36 1.7 -
YUV 12.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 20 4 36 0.44 0.89 0 0.86 270 0.8 0.08
Hex 14 4 24 2C 59 0 56 10E 50 8
Octal 24 4 44 54 131 0 126 416 120 10
Binary 10100 100 100100 101100 1011001 0 1010110 100001110 1010000 1000

Color Harmonies of #140424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140424

Black with #140424

Text Example


Text Example

White with #140424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140424; }

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

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

background-color css

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

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

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

border-color css

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

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

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