Html Css Color HEX #140139 Blackcurrant

📋 copy color: '#140139'

red 20 ◦ green 1 ◦ blue 57

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

Shades of Blackcurrant #140139

Tints of Blackcurrant #140139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 73.08%

R = 25.64%
G = 1.28%
B = 73.08%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#140139 (or 0x140139) is known color: Blackcurrant. HEX triplet: 14, 01 and 39. RGB value is (20,1,57). Sum of RGB (Red+Green+Blue) = 20+1+57=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 57 (22.66% from 255 or 73.08% from 78); Max value from RGB is 57 - color contains mainly: blue. Hex color #140139 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140139 is #EBFEC6. Grayscale: #0C0C0C. Windows color (decimal): -15466183 or 3735828. OLE color: 3735828.

HSL color Cylindrical-coordinate representation of color #140139: hue angle of 260.36º degrees, saturation: 0.97, 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 #140139 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 1 57 -
CMYK 0.65 0.98 0 0.78
HSL 260.36º 0.97% 0.11% -
HSV(B) 260.36º 0.98% 0.22% -
XYZ 1.04 0.47 3.91 -
YUV 13.07 152.79 132.95 -
System Red Green Blue C M Y K H S L
Decimal 20 1 57 0.65 0.98 0 0.78 260.36 0.97 0.11
Hex 14 1 39 41 62 0 4E 104 61 B
Octal 24 1 71 101 142 0 116 404 141 13
Binary 10100 1 111001 1000001 1100010 0 1001110 100000100 1100001 1011

Color Harmonies of #140139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140139

Black with #140139

Text Example


Text Example

White with #140139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140139; }

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

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

background-color css

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

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

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

border-color css

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

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

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