Html Css Color HEX #140024 Blackcurrant

📋 copy color: '#140024'

red 20 ◦ green 0 ◦ blue 36

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

Shades of Blackcurrant #140024

Tints of Blackcurrant #140024

RGB

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

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

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

R = 35.71%
G = 0%
B = 64.29%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#140024 (or 0x140024) is known color: Blackcurrant. HEX triplet: 14, 00 and 24. RGB value is (20,0,36). Sum of RGB (Red+Green+Blue) = 20+0+36=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 36 (14.45% from 255 or 64.29% from 56); Max value from RGB is 36 - color contains mainly: blue. Hex color #140024 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140024 is #EBFFDB. Grayscale: #090909. Windows color (decimal): -15466460 or 2359316. OLE color: 2359316.

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

Color convert

RGB 20 0 36 -
CMYK 0.44 1 0 0.86
HSL 273.33º 1% 0.07% -
HSV(B) 273.33º 1% 0.14% -
XYZ 0.61 0.28 1.69 -
YUV 10.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 20 0 36 0.44 1 0 0.86 273.33 1 0.07
Hex 14 0 24 2C 64 0 56 111 64 7
Octal 24 0 44 54 144 0 126 421 144 7
Binary 10100 0 100100 101100 1100100 0 1010110 100010001 1100100 111

Color Harmonies of #140024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140024

Black with #140024

Text Example


Text Example

White with #140024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140024; }

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

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

background-color css

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

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

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

border-color css

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

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

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