Html Css Color HEX #140429 Blackcurrant

📋 copy color: '#140429'

red 20 ◦ green 4 ◦ blue 41

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

Shades of Blackcurrant #140429

Tints of Blackcurrant #140429

RGB

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

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

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

R = 30.77%
G = 6.15%
B = 63.08%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#140429 (or 0x140429) is known color: Blackcurrant. HEX triplet: 14, 04 and 29. RGB value is (20,4,41). Sum of RGB (Red+Green+Blue) = 20+4+41=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 41 (16.41% from 255 or 63.08% from 65); Max value from RGB is 41 - color contains mainly: blue. Hex color #140429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140429 is #EBFBD6. Grayscale: #0C0C0C. Windows color (decimal): -15465431 or 2688020. OLE color: 2688020.

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

Color convert

RGB 20 4 41 -
CMYK 0.51 0.90 0 0.84
HSL 265.95º 0.82% 0.09% -
HSV(B) 265.95º 0.9% 0.16% -
XYZ 0.73 0.4 2.14 -
YUV 13 143.8 132.99 -
System Red Green Blue C M Y K H S L
Decimal 20 4 41 0.51 0.90 0 0.84 265.95 0.82 0.09
Hex 14 4 29 33 5A 0 54 10A 52 9
Octal 24 4 51 63 132 0 124 412 122 11
Binary 10100 100 101001 110011 1011010 0 1010100 100001010 1010010 1001

Color Harmonies of #140429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140429

Black with #140429

Text Example


Text Example

White with #140429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140429; }

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

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

background-color css

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

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

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

border-color css

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

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

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