Html Css Color HEX #140618 Blackcurrant

📋 copy color: '#140618'

red 20 ◦ green 6 ◦ blue 24

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

Shades of Blackcurrant #140618

Tints of Blackcurrant #140618

RGB

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

 GREEN value IS 6 (2.73% from 255) = 12%

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

R = 40%
G = 12%
B = 48%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#140618 (or 0x140618) is known color: Blackcurrant. HEX triplet: 14, 06 and 18. RGB value is (20,6,24). Sum of RGB (Red+Green+Blue) = 20+6+24=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 24 (9.77% from 255 or 48% from 50); Max value from RGB is 24 - color contains mainly: blue. Hex color #140618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140618 is #EBF9E7. Grayscale: #0C0C0C. Windows color (decimal): -15464936 or 1574420. OLE color: 1574420.

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

Color convert

RGB 20 6 24 -
CMYK 0.17 0.75 0 0.91
HSL 286.67º 0.6% 0.06% -
HSV(B) 286.67º 0.75% 0.09% -
XYZ 0.52 0.34 0.9 -
YUV 12.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 20 6 24 0.17 0.75 0 0.91 286.67 0.6 0.06
Hex 14 6 18 11 4B 0 5B 11F 3C 6
Octal 24 6 30 21 113 0 133 437 74 6
Binary 10100 110 11000 10001 1001011 0 1011011 100011111 111100 110

Color Harmonies of #140618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140618

Black with #140618

Text Example


Text Example

White with #140618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140618; }

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

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

background-color css

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

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

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

border-color css

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

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

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