Html Css Color HEX #140918 Blackcurrant

📋 copy color: '#140918'

red 20 ◦ green 9 ◦ blue 24

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

Shades of Blackcurrant #140918

Tints of Blackcurrant #140918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 16.98%

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

R = 37.74%
G = 16.98%
B = 45.28%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#140918 (or 0x140918) is known color: Blackcurrant. HEX triplet: 14, 09 and 18. RGB value is (20,9,24). Sum of RGB (Red+Green+Blue) = 20+9+24=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 24 - color contains mainly: blue. Hex color #140918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140918 is #EBF6E7. Grayscale: #0D0D0D. Windows color (decimal): -15464168 or 1575188. OLE color: 1575188.

HSL color Cylindrical-coordinate representation of color #140918: hue angle of 284º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #140918 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 20 9 24 -
CMYK 0.17 0.63 0 0.91
HSL 284º 0.45% 0.06% -
HSV(B) 284º 0.63% 0.09% -
XYZ 0.55 0.41 0.91 -
YUV 14 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 20 9 24 0.17 0.63 0 0.91 284 0.45 0.06
Hex 14 9 18 11 3F 0 5B 11C 2D 6
Octal 24 11 30 21 77 0 133 434 55 6
Binary 10100 1001 11000 10001 111111 0 1011011 100011100 101101 110

Color Harmonies of #140918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140918

Black with #140918

Text Example


Text Example

White with #140918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140918; }

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

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

background-color css

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

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

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

border-color css

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

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

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