Html Css Color HEX #140137 Blackcurrant

📋 copy color: '#140137'

red 20 ◦ green 1 ◦ blue 55

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

Shades of Blackcurrant #140137

Tints of Blackcurrant #140137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.32%

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

R = 26.32%
G = 1.32%
B = 72.37%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#140137 (or 0x140137) is known color: Blackcurrant. HEX triplet: 14, 01 and 37. RGB value is (20,1,55). Sum of RGB (Red+Green+Blue) = 20+1+55=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 55 (21.88% from 255 or 72.37% from 76); Max value from RGB is 55 - color contains mainly: blue. Hex color #140137 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140137 is #EBFEC8. Grayscale: #0C0C0C. Windows color (decimal): -15466185 or 3604756. OLE color: 3604756.

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

Color convert

RGB 20 1 55 -
CMYK 0.64 0.98 0 0.78
HSL 261.11º 0.96% 0.11% -
HSV(B) 261.11º 0.98% 0.22% -
XYZ 0.99 0.45 3.65 -
YUV 12.84 151.79 133.11 -
System Red Green Blue C M Y K H S L
Decimal 20 1 55 0.64 0.98 0 0.78 261.11 0.96 0.11
Hex 14 1 37 40 62 0 4E 105 60 B
Octal 24 1 67 100 142 0 116 405 140 13
Binary 10100 1 110111 1000000 1100010 0 1001110 100000101 1100000 1011

Color Harmonies of #140137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140137

Black with #140137

Text Example


Text Example

White with #140137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140137; }

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

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

background-color css

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

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

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

border-color css

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

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

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