Html Css Color HEX #140417 Blackcurrant

📋 copy color: '#140417'

red 20 ◦ green 4 ◦ blue 23

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

Shades of Blackcurrant #140417

Tints of Blackcurrant #140417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.51%

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

R = 42.55%
G = 8.51%
B = 48.94%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#140417 (or 0x140417) is known color: Blackcurrant. HEX triplet: 14, 04 and 17. RGB value is (20,4,23). Sum of RGB (Red+Green+Blue) = 20+4+23=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 23 (9.38% from 255 or 48.94% from 47); Max value from RGB is 23 - color contains mainly: blue. Hex color #140417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140417 is #EBFBE8. Grayscale: #0A0A0A. Windows color (decimal): -15465449 or 1508372. OLE color: 1508372.

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

Color convert

RGB 20 4 23 -
CMYK 0.13 0.83 0 0.91
HSL 290.53º 0.7% 0.05% -
HSV(B) 290.53º 0.83% 0.09% -
XYZ 0.49 0.3 0.84 -
YUV 10.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 20 4 23 0.13 0.83 0 0.91 290.53 0.7 0.05
Hex 14 4 17 D 53 0 5B 123 46 5
Octal 24 4 27 15 123 0 133 443 106 5
Binary 10100 100 10111 1101 1010011 0 1011011 100100011 1000110 101

Color Harmonies of #140417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140417

Black with #140417

Text Example


Text Example

White with #140417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140417; }

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

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

background-color css

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

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

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

border-color css

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

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

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