Html Css Color HEX #140824 Blackcurrant

📋 copy color: '#140824'

red 20 ◦ green 8 ◦ blue 36

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

Shades of Blackcurrant #140824

Tints of Blackcurrant #140824

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.5%

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

R = 31.25%
G = 12.5%
B = 56.25%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#140824 (or 0x140824) is known color: Blackcurrant. HEX triplet: 14, 08 and 24. RGB value is (20,8,36). Sum of RGB (Red+Green+Blue) = 20+8+36=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 36 (14.45% from 255 or 56.25% from 64); Max value from RGB is 36 - color contains mainly: blue. Hex color #140824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140824 is #EBF7DB. Grayscale: #0E0E0E. Windows color (decimal): -15464412 or 2361364. OLE color: 2361364.

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

Color convert

RGB 20 8 36 -
CMYK 0.44 0.78 0 0.86
HSL 265.71º 0.64% 0.09% -
HSV(B) 265.71º 0.78% 0.14% -
XYZ 0.69 0.45 1.72 -
YUV 14.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 20 8 36 0.44 0.78 0 0.86 265.71 0.64 0.09
Hex 14 8 24 2C 4E 0 56 10A 40 9
Octal 24 10 44 54 116 0 126 412 100 11
Binary 10100 1000 100100 101100 1001110 0 1010110 100001010 1000000 1001

Color Harmonies of #140824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140824

Black with #140824

Text Example


Text Example

White with #140824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140824; }

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

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

background-color css

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

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

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

border-color css

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

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

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