Html Css Color HEX #140524 Blackcurrant

📋 copy color: '#140524'

red 20 ◦ green 5 ◦ blue 36

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

Shades of Blackcurrant #140524

Tints of Blackcurrant #140524

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.2%

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

R = 32.79%
G = 8.2%
B = 59.02%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#140524 (or 0x140524) is known color: Blackcurrant. HEX triplet: 14, 05 and 24. RGB value is (20,5,36). Sum of RGB (Red+Green+Blue) = 20+5+36=61 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.79% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 36 (14.45% from 255 or 59.02% from 61); Max value from RGB is 36 - color contains mainly: blue. Hex color #140524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140524 is #EBFADB. Grayscale: #0C0C0C. Windows color (decimal): -15465180 or 2360596. OLE color: 2360596.

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

Color convert

RGB 20 5 36 -
CMYK 0.44 0.86 0 0.86
HSL 269.03º 0.76% 0.08% -
HSV(B) 269.03º 0.86% 0.14% -
XYZ 0.66 0.38 1.71 -
YUV 13.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 20 5 36 0.44 0.86 0 0.86 269.03 0.76 0.08
Hex 14 5 24 2C 56 0 56 10D 4C 8
Octal 24 5 44 54 126 0 126 415 114 10
Binary 10100 101 100100 101100 1010110 0 1010110 100001101 1001100 1000

Color Harmonies of #140524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140524

Black with #140524

Text Example


Text Example

White with #140524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140524; }

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

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

background-color css

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

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

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

border-color css

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

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

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