Html Css Color HEX #140037 Blackcurrant

📋 copy color: '#140037'

red 20 ◦ green 0 ◦ blue 55

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

Shades of Blackcurrant #140037

Tints of Blackcurrant #140037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 73.33%

R = 26.67%
G = 0%
B = 73.33%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#140037 (or 0x140037) is known color: Blackcurrant. HEX triplet: 14, 00 and 37. RGB value is (20,0,55). Sum of RGB (Red+Green+Blue) = 20+0+55=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 55 (21.88% from 255 or 73.33% from 75); Max value from RGB is 55 - color contains mainly: blue. Hex color #140037 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140037 is #EBFFC8. Grayscale: #0C0C0C. Windows color (decimal): -15466441 or 3604500. OLE color: 3604500.

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

Color convert

RGB 20 0 55 -
CMYK 0.64 1 0 0.78
HSL 261.82º 1% 0.11% -
HSV(B) 261.82º 1% 0.22% -
XYZ 0.98 0.42 3.64 -
YUV 12.25 152.13 133.53 -
System Red Green Blue C M Y K H S L
Decimal 20 0 55 0.64 1 0 0.78 261.82 1 0.11
Hex 14 0 37 40 64 0 4E 106 64 B
Octal 24 0 67 100 144 0 116 406 144 13
Binary 10100 0 110111 1000000 1100100 0 1001110 100000110 1100100 1011

Color Harmonies of #140037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140037

Black with #140037

Text Example


Text Example

White with #140037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140037; }

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

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

background-color css

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

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

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

border-color css

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

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

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