Html Css Color HEX #140437 Blackcurrant

📋 copy color: '#140437'

red 20 ◦ green 4 ◦ blue 55

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

Shades of Blackcurrant #140437

Tints of Blackcurrant #140437

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.06%

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

R = 25.32%
G = 5.06%
B = 69.62%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#140437 (or 0x140437) is known color: Blackcurrant. HEX triplet: 14, 04 and 37. RGB value is (20,4,55). Sum of RGB (Red+Green+Blue) = 20+4+55=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 55 (21.88% from 255 or 69.62% from 79); Max value from RGB is 55 - color contains mainly: blue. Hex color #140437 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140437 is #EBFBC8. Grayscale: #0E0E0E. Windows color (decimal): -15465417 or 3605524. OLE color: 3605524.

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

Color convert

RGB 20 4 55 -
CMYK 0.64 0.93 0 0.78
HSL 258.82º 0.86% 0.12% -
HSV(B) 258.82º 0.93% 0.22% -
XYZ 1.02 0.51 3.66 -
YUV 14.6 150.8 131.85 -
System Red Green Blue C M Y K H S L
Decimal 20 4 55 0.64 0.93 0 0.78 258.82 0.86 0.12
Hex 14 4 37 40 5D 0 4E 103 56 C
Octal 24 4 67 100 135 0 116 403 126 14
Binary 10100 100 110111 1000000 1011101 0 1001110 100000011 1010110 1100

Color Harmonies of #140437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140437

Black with #140437

Text Example


Text Example

White with #140437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140437; }

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

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

background-color css

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

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

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

border-color css

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

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

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