Html Css Color HEX #140023 Blackcurrant

📋 copy color: '#140023'

red 20 ◦ green 0 ◦ blue 35

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

Shades of Blackcurrant #140023

Tints of Blackcurrant #140023

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 35 (14.06% from 255) = 63.64%

R = 36.36%
G = 0%
B = 63.64%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#140023 (or 0x140023) is known color: Blackcurrant. HEX triplet: 14, 00 and 23. RGB value is (20,0,35). Sum of RGB (Red+Green+Blue) = 20+0+35=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 35 (14.06% from 255 or 63.64% from 55); Max value from RGB is 35 - color contains mainly: blue. Hex color #140023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140023 is #EBFFDC. Grayscale: #090909. Windows color (decimal): -15466461 or 2293780. OLE color: 2293780.

HSL color Cylindrical-coordinate representation of color #140023: hue angle of 274.29º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140023 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 0 35 -
CMYK 0.43 1 0 0.86
HSL 274.29º 1% 0.07% -
HSV(B) 274.29º 1% 0.14% -
XYZ 0.59 0.27 1.61 -
YUV 9.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 20 0 35 0.43 1 0 0.86 274.29 1 0.07
Hex 14 0 23 2B 64 0 56 112 64 7
Octal 24 0 43 53 144 0 126 422 144 7
Binary 10100 0 100011 101011 1100100 0 1010110 100010010 1100100 111

Color Harmonies of #140023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140023

Black with #140023

Text Example


Text Example

White with #140023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140023; }

 p { color: rgb(20,0,35); }

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

background-color css

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

 a { background-color: rgb(20,0,35); }

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

border-color css

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

 span { border-color: rgb(20,0,35); }

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