Html Css Color HEX #140617 Blackcurrant

📋 copy color: '#140617'

red 20 ◦ green 6 ◦ blue 23

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

Shades of Blackcurrant #140617

Tints of Blackcurrant #140617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 46.94%

R = 40.82%
G = 12.24%
B = 46.94%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#140617 (or 0x140617) is known color: Blackcurrant. HEX triplet: 14, 06 and 17. RGB value is (20,6,23). Sum of RGB (Red+Green+Blue) = 20+6+23=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 6 (2.73% from 255 or 12.24% from 49); Blue value is 23 (9.38% from 255 or 46.94% from 49); Max value from RGB is 23 - color contains mainly: blue. Hex color #140617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140617 is #EBF9E8. Grayscale: #0C0C0C. Windows color (decimal): -15464937 or 1508884. OLE color: 1508884.

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

Color convert

RGB 20 6 23 -
CMYK 0.13 0.74 0 0.91
HSL 289.41º 0.59% 0.06% -
HSV(B) 289.41º 0.74% 0.09% -
XYZ 0.51 0.34 0.85 -
YUV 12.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 20 6 23 0.13 0.74 0 0.91 289.41 0.59 0.06
Hex 14 6 17 D 4A 0 5B 121 3B 6
Octal 24 6 27 15 112 0 133 441 73 6
Binary 10100 110 10111 1101 1001010 0 1011011 100100001 111011 110

Color Harmonies of #140617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140617

Black with #140617

Text Example


Text Example

White with #140617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140617; }

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

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

background-color css

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

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

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

border-color css

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

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

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