Html Css Color HEX #140331 Blackcurrant

📋 copy color: '#140331'

red 20 ◦ green 3 ◦ blue 49

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

Shades of Blackcurrant #140331

Tints of Blackcurrant #140331

RGB

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

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

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

R = 27.78%
G = 4.17%
B = 68.06%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#140331 (or 0x140331) is known color: Blackcurrant. HEX triplet: 14, 03 and 31. RGB value is (20,3,49). Sum of RGB (Red+Green+Blue) = 20+3+49=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 49 (19.53% from 255 or 68.06% from 72); Max value from RGB is 49 - color contains mainly: blue. Hex color #140331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140331 is #EBFCCE. Grayscale: #0D0D0D. Windows color (decimal): -15465679 or 3212052. OLE color: 3212052.

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

Color convert

RGB 20 3 49 -
CMYK 0.59 0.94 0 0.81
HSL 262.17º 0.88% 0.1% -
HSV(B) 262.17º 0.94% 0.19% -
XYZ 0.88 0.44 2.94 -
YUV 13.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 20 3 49 0.59 0.94 0 0.81 262.17 0.88 0.1
Hex 14 3 31 3B 5E 0 51 106 58 A
Octal 24 3 61 73 136 0 121 406 130 12
Binary 10100 11 110001 111011 1011110 0 1010001 100000110 1011000 1010

Color Harmonies of #140331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140331

Black with #140331

Text Example


Text Example

White with #140331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140331; }

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

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

background-color css

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

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

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

border-color css

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

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

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