Html Css Color HEX #140124 Blackcurrant

📋 copy color: '#140124'

red 20 ◦ green 1 ◦ blue 36

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

Shades of Blackcurrant #140124

Tints of Blackcurrant #140124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 63.16%

R = 35.09%
G = 1.75%
B = 63.16%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#140124 (or 0x140124) is known color: Blackcurrant. HEX triplet: 14, 01 and 24. RGB value is (20,1,36). Sum of RGB (Red+Green+Blue) = 20+1+36=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 36 (14.45% from 255 or 63.16% from 57); Max value from RGB is 36 - color contains mainly: blue. Hex color #140124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140124 is #EBFEDB. Grayscale: #0A0A0A. Windows color (decimal): -15466204 or 2359572. OLE color: 2359572.

HSL color Cylindrical-coordinate representation of color #140124: hue angle of 272.57º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #140124 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 1 36 -
CMYK 0.44 0.97 0 0.86
HSL 272.57º 0.95% 0.07% -
HSV(B) 272.57º 0.97% 0.14% -
XYZ 0.62 0.3 1.69 -
YUV 10.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 20 1 36 0.44 0.97 0 0.86 272.57 0.95 0.07
Hex 14 1 24 2C 61 0 56 111 5F 7
Octal 24 1 44 54 141 0 126 421 137 7
Binary 10100 1 100100 101100 1100001 0 1010110 100010001 1011111 111

Color Harmonies of #140124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140124

Black with #140124

Text Example


Text Example

White with #140124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140124; }

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

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

background-color css

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

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

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

border-color css

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

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

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