Html Css Color HEX #140432 Blackcurrant

📋 copy color: '#140432'

red 20 ◦ green 4 ◦ blue 50

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

Shades of Blackcurrant #140432

Tints of Blackcurrant #140432

RGB

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

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

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

R = 27.03%
G = 5.41%
B = 67.57%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#140432 (or 0x140432) is known color: Blackcurrant. HEX triplet: 14, 04 and 32. RGB value is (20,4,50). Sum of RGB (Red+Green+Blue) = 20+4+50=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 50 (19.92% from 255 or 67.57% from 74); Max value from RGB is 50 - color contains mainly: blue. Hex color #140432 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140432 is #EBFBCD. Grayscale: #0D0D0D. Windows color (decimal): -15465422 or 3277844. OLE color: 3277844.

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

Color convert

RGB 20 4 50 -
CMYK 0.60 0.92 0 0.80
HSL 260.87º 0.85% 0.11% -
HSV(B) 260.87º 0.92% 0.2% -
XYZ 0.91 0.47 3.06 -
YUV 14.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 20 4 50 0.60 0.92 0 0.80 260.87 0.85 0.11
Hex 14 4 32 3C 5C 0 50 105 55 B
Octal 24 4 62 74 134 0 120 405 125 13
Binary 10100 100 110010 111100 1011100 0 1010000 100000101 1010101 1011

Color Harmonies of #140432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140432

Black with #140432

Text Example


Text Example

White with #140432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140432; }

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

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

background-color css

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

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

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

border-color css

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

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

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