Html Css Color HEX #140239 Blackcurrant

📋 copy color: '#140239'

red 20 ◦ green 2 ◦ blue 57

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

Shades of Blackcurrant #140239

Tints of Blackcurrant #140239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.53%

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

R = 25.32%
G = 2.53%
B = 72.15%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#140239 (or 0x140239) is known color: Blackcurrant. HEX triplet: 14, 02 and 39. RGB value is (20,2,57). Sum of RGB (Red+Green+Blue) = 20+2+57=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 57 (22.66% from 255 or 72.15% from 79); Max value from RGB is 57 - color contains mainly: blue. Hex color #140239 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140239 is #EBFDC6. Grayscale: #0D0D0D. Windows color (decimal): -15465927 or 3736084. OLE color: 3736084.

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

Color convert

RGB 20 2 57 -
CMYK 0.65 0.96 0 0.78
HSL 259.64º 0.93% 0.12% -
HSV(B) 259.64º 0.96% 0.22% -
XYZ 1.05 0.49 3.91 -
YUV 13.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 20 2 57 0.65 0.96 0 0.78 259.64 0.93 0.12
Hex 14 2 39 41 60 0 4E 104 5D C
Octal 24 2 71 101 140 0 116 404 135 14
Binary 10100 10 111001 1000001 1100000 0 1001110 100000100 1011101 1100

Color Harmonies of #140239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140239

Black with #140239

Text Example


Text Example

White with #140239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140239; }

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

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

background-color css

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

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

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

border-color css

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

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

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