Html Css Color HEX #140036 Blackcurrant

📋 copy color: '#140036'

red 20 ◦ green 0 ◦ blue 54

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

Shades of Blackcurrant #140036

Tints of Blackcurrant #140036

RGB

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

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

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

R = 27.03%
G = 0%
B = 72.97%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#140036 (or 0x140036) is known color: Blackcurrant. HEX triplet: 14, 00 and 36. RGB value is (20,0,54). Sum of RGB (Red+Green+Blue) = 20+0+54=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 54 (21.48% from 255 or 72.97% from 74); Max value from RGB is 54 - color contains mainly: blue. Hex color #140036 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140036 is #EBFFC9. Grayscale: #0B0B0B. Windows color (decimal): -15466442 or 3538964. OLE color: 3538964.

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

Color convert

RGB 20 0 54 -
CMYK 0.63 1 0 0.79
HSL 262.22º 1% 0.11% -
HSV(B) 262.22º 1% 0.21% -
XYZ 0.95 0.42 3.52 -
YUV 12.14 151.63 133.61 -
System Red Green Blue C M Y K H S L
Decimal 20 0 54 0.63 1 0 0.79 262.22 1 0.11
Hex 14 0 36 3F 64 0 4F 106 64 B
Octal 24 0 66 77 144 0 117 406 144 13
Binary 10100 0 110110 111111 1100100 0 1001111 100000110 1100100 1011

Color Harmonies of #140036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140036

Black with #140036

Text Example


Text Example

White with #140036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140036; }

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

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

background-color css

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

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

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

border-color css

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

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

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