Html Css Color HEX #140039 Blackcurrant

📋 copy color: '#140039'

red 20 ◦ green 0 ◦ blue 57

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

Shades of Blackcurrant #140039

Tints of Blackcurrant #140039

RGB

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

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

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

R = 25.97%
G = 0%
B = 74.03%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#140039 (or 0x140039) is known color: Blackcurrant. HEX triplet: 14, 00 and 39. RGB value is (20,0,57). Sum of RGB (Red+Green+Blue) = 20+0+57=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 57 (22.66% from 255 or 74.03% from 77); Max value from RGB is 57 - color contains mainly: blue. Hex color #140039 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140039 is #EBFFC6. Grayscale: #0C0C0C. Windows color (decimal): -15466439 or 3735572. OLE color: 3735572.

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

Color convert

RGB 20 0 57 -
CMYK 0.65 1 0 0.78
HSL 261.05º 1% 0.11% -
HSV(B) 261.05º 1% 0.22% -
XYZ 1.03 0.44 3.9 -
YUV 12.48 153.13 133.37 -
System Red Green Blue C M Y K H S L
Decimal 20 0 57 0.65 1 0 0.78 261.05 1 0.11
Hex 14 0 39 41 64 0 4E 105 64 B
Octal 24 0 71 101 144 0 116 405 144 13
Binary 10100 0 111001 1000001 1100100 0 1001110 100000101 1100100 1011

Color Harmonies of #140039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140039

Black with #140039

Text Example


Text Example

White with #140039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140039; }

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

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

background-color css

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

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

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

border-color css

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

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

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