Html Css Color HEX #140032 Blackcurrant

📋 copy color: '#140032'

red 20 ◦ green 0 ◦ blue 50

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

Shades of Blackcurrant #140032

Tints of Blackcurrant #140032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 71.43%

R = 28.57%
G = 0%
B = 71.43%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#140032 (or 0x140032) is known color: Blackcurrant. HEX triplet: 14, 00 and 32. RGB value is (20,0,50). Sum of RGB (Red+Green+Blue) = 20+0+50=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 50 (19.92% from 255 or 71.43% from 70); Max value from RGB is 50 - color contains mainly: blue. Hex color #140032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140032 is #EBFFCD. Grayscale: #0B0B0B. Windows color (decimal): -15466446 or 3276820. OLE color: 3276820.

HSL color Cylindrical-coordinate representation of color #140032: hue angle of 264º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140032 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 0 50 -
CMYK 0.60 1 0 0.80
HSL 264º 1% 0.1% -
HSV(B) 264º 1% 0.2% -
XYZ 0.86 0.38 3.05 -
YUV 11.68 149.63 133.93 -
System Red Green Blue C M Y K H S L
Decimal 20 0 50 0.60 1 0 0.80 264 1 0.1
Hex 14 0 32 3C 64 0 50 108 64 A
Octal 24 0 62 74 144 0 120 410 144 12
Binary 10100 0 110010 111100 1100100 0 1010000 100001000 1100100 1010

Color Harmonies of #140032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140032

Black with #140032

Text Example


Text Example

White with #140032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140032; }

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

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

background-color css

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

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

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

border-color css

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

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

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