Html Css Color HEX #140529 Blackcurrant

📋 copy color: '#140529'

red 20 ◦ green 5 ◦ blue 41

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

Shades of Blackcurrant #140529

Tints of Blackcurrant #140529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 62.12%

R = 30.3%
G = 7.58%
B = 62.12%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#140529 (or 0x140529) is known color: Blackcurrant. HEX triplet: 14, 05 and 29. RGB value is (20,5,41). Sum of RGB (Red+Green+Blue) = 20+5+41=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 41 (16.41% from 255 or 62.12% from 66); Max value from RGB is 41 - color contains mainly: blue. Hex color #140529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140529 is #EBFAD6. Grayscale: #0D0D0D. Windows color (decimal): -15465175 or 2688276. OLE color: 2688276.

HSL color Cylindrical-coordinate representation of color #140529: hue angle of 265º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #140529 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 5 41 -
CMYK 0.51 0.88 0 0.84
HSL 265º 0.78% 0.09% -
HSV(B) 265º 0.88% 0.16% -
XYZ 0.74 0.42 2.14 -
YUV 13.59 143.47 132.57 -
System Red Green Blue C M Y K H S L
Decimal 20 5 41 0.51 0.88 0 0.84 265 0.78 0.09
Hex 14 5 29 33 58 0 54 109 4E 9
Octal 24 5 51 63 130 0 124 411 116 11
Binary 10100 101 101001 110011 1011000 0 1010100 100001001 1001110 1001

Color Harmonies of #140529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140529

Black with #140529

Text Example


Text Example

White with #140529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140529; }

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

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

background-color css

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

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

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

border-color css

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

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

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