Html Css Color HEX #140531 Blackcurrant

📋 copy color: '#140531'

red 20 ◦ green 5 ◦ blue 49

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

Shades of Blackcurrant #140531

Tints of Blackcurrant #140531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 66.22%

R = 27.03%
G = 6.76%
B = 66.22%

CMYK

 C value IS 0.59

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#140531 (or 0x140531) is known color: Blackcurrant. HEX triplet: 14, 05 and 31. RGB value is (20,5,49). Sum of RGB (Red+Green+Blue) = 20+5+49=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 49 (19.53% from 255 or 66.22% from 74); Max value from RGB is 49 - color contains mainly: blue. Hex color #140531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140531 is #EBFACE. Grayscale: #0E0E0E. Windows color (decimal): -15465167 or 3212564. OLE color: 3212564.

HSL color Cylindrical-coordinate representation of color #140531: hue angle of 260.45º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140531 is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 5 49 -
CMYK 0.59 0.90 0 0.81
HSL 260.45º 0.81% 0.11% -
HSV(B) 260.45º 0.9% 0.19% -
XYZ 0.9 0.48 2.95 -
YUV 14.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 20 5 49 0.59 0.90 0 0.81 260.45 0.81 0.11
Hex 14 5 31 3B 5A 0 51 104 51 B
Octal 24 5 61 73 132 0 121 404 121 13
Binary 10100 101 110001 111011 1011010 0 1010001 100000100 1010001 1011

Color Harmonies of #140531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140531

Black with #140531

Text Example


Text Example

White with #140531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140531; }

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

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

background-color css

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

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

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

border-color css

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

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

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