Html Css Color HEX #140324 Blackcurrant

📋 copy color: '#140324'

red 20 ◦ green 3 ◦ blue 36

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

Shades of Blackcurrant #140324

Tints of Blackcurrant #140324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.08%

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

R = 33.9%
G = 5.08%
B = 61.02%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#140324 (or 0x140324) is known color: Blackcurrant. HEX triplet: 14, 03 and 24. RGB value is (20,3,36). Sum of RGB (Red+Green+Blue) = 20+3+36=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 36 (14.45% from 255 or 61.02% from 59); Max value from RGB is 36 - color contains mainly: blue. Hex color #140324 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140324 is #EBFCDB. Grayscale: #0B0B0B. Windows color (decimal): -15465692 or 2360084. OLE color: 2360084.

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

Color convert

RGB 20 3 36 -
CMYK 0.44 0.92 0 0.86
HSL 270.91º 0.85% 0.08% -
HSV(B) 270.91º 0.92% 0.14% -
XYZ 0.64 0.34 1.7 -
YUV 11.85 141.63 133.82 -
System Red Green Blue C M Y K H S L
Decimal 20 3 36 0.44 0.92 0 0.86 270.91 0.85 0.08
Hex 14 3 24 2C 5C 0 56 10F 55 8
Octal 24 3 44 54 134 0 126 417 125 10
Binary 10100 11 100100 101100 1011100 0 1010110 100001111 1010101 1000

Color Harmonies of #140324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140324

Black with #140324

Text Example


Text Example

White with #140324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140324; }

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

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

background-color css

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

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

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

border-color css

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

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

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