Html Css Color HEX #140318 Blackcurrant

📋 copy color: '#140318'

red 20 ◦ green 3 ◦ blue 24

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

Shades of Blackcurrant #140318

Tints of Blackcurrant #140318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 51.06%

R = 42.55%
G = 6.38%
B = 51.06%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#140318 (or 0x140318) is known color: Blackcurrant. HEX triplet: 14, 03 and 18. RGB value is (20,3,24). Sum of RGB (Red+Green+Blue) = 20+3+24=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #140318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140318 is #EBFCE7. Grayscale: #0A0A0A. Windows color (decimal): -15465704 or 1573652. OLE color: 1573652.

HSL color Cylindrical-coordinate representation of color #140318: hue angle of 288.57º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #140318 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 20 3 24 -
CMYK 0.17 0.88 0 0.91
HSL 288.57º 0.78% 0.05% -
HSV(B) 288.57º 0.88% 0.09% -
XYZ 0.49 0.28 0.89 -
YUV 10.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 20 3 24 0.17 0.88 0 0.91 288.57 0.78 0.05
Hex 14 3 18 11 58 0 5B 121 4E 5
Octal 24 3 30 21 130 0 133 441 116 5
Binary 10100 11 11000 10001 1011000 0 1011011 100100001 1001110 101

Color Harmonies of #140318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140318

Black with #140318

Text Example


Text Example

White with #140318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140318; }

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

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

background-color css

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

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

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

border-color css

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

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

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