Html Css Color HEX #140332 Blackcurrant

📋 copy color: '#140332'

red 20 ◦ green 3 ◦ blue 50

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

Shades of Blackcurrant #140332

Tints of Blackcurrant #140332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.11%

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

R = 27.4%
G = 4.11%
B = 68.49%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#140332 (or 0x140332) is known color: Blackcurrant. HEX triplet: 14, 03 and 32. RGB value is (20,3,50). Sum of RGB (Red+Green+Blue) = 20+3+50=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 50 (19.92% from 255 or 68.49% from 73); Max value from RGB is 50 - color contains mainly: blue. Hex color #140332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140332 is #EBFCCD. Grayscale: #0D0D0D. Windows color (decimal): -15465678 or 3277588. OLE color: 3277588.

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

Color convert

RGB 20 3 50 -
CMYK 0.60 0.94 0 0.80
HSL 261.7º 0.89% 0.1% -
HSV(B) 261.7º 0.94% 0.2% -
XYZ 0.9 0.44 3.06 -
YUV 13.44 148.63 132.68 -
System Red Green Blue C M Y K H S L
Decimal 20 3 50 0.60 0.94 0 0.80 261.7 0.89 0.1
Hex 14 3 32 3C 5E 0 50 106 59 A
Octal 24 3 62 74 136 0 120 406 131 12
Binary 10100 11 110010 111100 1011110 0 1010000 100000110 1011001 1010

Color Harmonies of #140332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140332

Black with #140332

Text Example


Text Example

White with #140332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140332; }

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

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

background-color css

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

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

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

border-color css

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

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

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