Html Css Color HEX #140C20 Blackcurrant

📋 copy color: '#140C20'

red 20 ◦ green 12 ◦ blue 32

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

Shades of Blackcurrant #140C20

Tints of Blackcurrant #140C20

RGB

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

 GREEN value IS 12 (5.08% from 255) = 18.75%

 BLUE value IS 32 (12.89% from 255) = 50%

R = 31.25%
G = 18.75%
B = 50%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#140C20 (or 0x140C20) is known color: Blackcurrant. HEX triplet: 14, 0C and 20. RGB value is (20,12,32). Sum of RGB (Red+Green+Blue) = 20+12+32=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 32 (12.89% from 255 or 50% from 64); Max value from RGB is 32 - color contains mainly: blue. Hex color #140C20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140C20 is #EBF3DF. Grayscale: #101010. Windows color (decimal): -15463392 or 2100244. OLE color: 2100244.

HSL color Cylindrical-coordinate representation of color #140C20: hue angle of 264º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #140C20 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 12 32 -
CMYK 0.37 0.63 0 0.87
HSL 264º 0.45% 0.09% -
HSV(B) 264º 0.63% 0.13% -
XYZ 0.68 0.52 1.43 -
YUV 16.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 20 12 32 0.37 0.63 0 0.87 264 0.45 0.09
Hex 14 C 20 25 3F 0 57 108 2D 9
Octal 24 14 40 45 77 0 127 410 55 11
Binary 10100 1100 100000 100101 111111 0 1010111 100001000 101101 1001

Color Harmonies of #140C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C20

Black with #140C20

Text Example


Text Example

White with #140C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,12,32); }

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

background-color css

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

 a { background-color: rgb(20,12,32); }

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

border-color css

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

 span { border-color: rgb(20,12,32); }

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