Html Css Color HEX #140336 Blackcurrant

📋 copy color: '#140336'

red 20 ◦ green 3 ◦ blue 54

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

Shades of Blackcurrant #140336

Tints of Blackcurrant #140336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 70.13%

R = 25.97%
G = 3.9%
B = 70.13%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#140336 (or 0x140336) is known color: Blackcurrant. HEX triplet: 14, 03 and 36. RGB value is (20,3,54). Sum of RGB (Red+Green+Blue) = 20+3+54=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 54 (21.48% from 255 or 70.13% from 77); Max value from RGB is 54 - color contains mainly: blue. Hex color #140336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140336 is #EBFCC9. Grayscale: #0D0D0D. Windows color (decimal): -15465674 or 3539732. OLE color: 3539732.

HSL color Cylindrical-coordinate representation of color #140336: hue angle of 260º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140336 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 3 54 -
CMYK 0.63 0.94 0 0.79
HSL 260º 0.89% 0.11% -
HSV(B) 260º 0.94% 0.21% -
XYZ 0.99 0.48 3.53 -
YUV 13.9 150.63 132.35 -
System Red Green Blue C M Y K H S L
Decimal 20 3 54 0.63 0.94 0 0.79 260 0.89 0.11
Hex 14 3 36 3F 5E 0 4F 104 59 B
Octal 24 3 66 77 136 0 117 404 131 13
Binary 10100 11 110110 111111 1011110 0 1001111 100000100 1011001 1011

Color Harmonies of #140336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140336

Black with #140336

Text Example


Text Example

White with #140336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140336; }

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

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

background-color css

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

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

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

border-color css

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

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

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