Html Css Color HEX #140323 Blackcurrant

📋 copy color: '#140323'

red 20 ◦ green 3 ◦ blue 35

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

Shades of Blackcurrant #140323

Tints of Blackcurrant #140323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.17%

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

R = 34.48%
G = 5.17%
B = 60.34%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#140323 (or 0x140323) is known color: Blackcurrant. HEX triplet: 14, 03 and 23. RGB value is (20,3,35). Sum of RGB (Red+Green+Blue) = 20+3+35=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 35 (14.06% from 255 or 60.34% from 58); Max value from RGB is 35 - color contains mainly: blue. Hex color #140323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140323 is #EBFCDC. Grayscale: #0B0B0B. Windows color (decimal): -15465693 or 2294548. OLE color: 2294548.

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

Color convert

RGB 20 3 35 -
CMYK 0.43 0.91 0 0.86
HSL 271.88º 0.84% 0.07% -
HSV(B) 271.88º 0.91% 0.14% -
XYZ 0.62 0.34 1.62 -
YUV 11.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 20 3 35 0.43 0.91 0 0.86 271.88 0.84 0.07
Hex 14 3 23 2B 5B 0 56 110 54 7
Octal 24 3 43 53 133 0 126 420 124 7
Binary 10100 11 100011 101011 1011011 0 1010110 100010000 1010100 111

Color Harmonies of #140323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140323

Black with #140323

Text Example


Text Example

White with #140323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140323; }

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

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

background-color css

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

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

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

border-color css

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

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

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