Html Css Color HEX #140A24 Blackcurrant

📋 copy color: '#140A24'

red 20 ◦ green 10 ◦ blue 36

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

Shades of Blackcurrant #140A24

Tints of Blackcurrant #140A24

RGB

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

 GREEN value IS 10 (4.3% from 255) = 15.15%

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

R = 30.3%
G = 15.15%
B = 54.55%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#140A24 (or 0x140A24) is known color: Blackcurrant. HEX triplet: 14, 0A and 24. RGB value is (20,10,36). Sum of RGB (Red+Green+Blue) = 20+10+36=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 36 (14.45% from 255 or 54.55% from 66); Max value from RGB is 36 - color contains mainly: blue. Hex color #140A24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140A24 is #EBF5DB. Grayscale: #0F0F0F. Windows color (decimal): -15463900 or 2361876. OLE color: 2361876.

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

Color convert

RGB 20 10 36 -
CMYK 0.44 0.72 0 0.86
HSL 263.08º 0.57% 0.09% -
HSV(B) 263.08º 0.72% 0.14% -
XYZ 0.72 0.49 1.73 -
YUV 15.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 20 10 36 0.44 0.72 0 0.86 263.08 0.57 0.09
Hex 14 A 24 2C 48 0 56 107 39 9
Octal 24 12 44 54 110 0 126 407 71 11
Binary 10100 1010 100100 101100 1001000 0 1010110 100000111 111001 1001

Color Harmonies of #140A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140A24

Black with #140A24

Text Example


Text Example

White with #140A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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