Html Css Color HEX #140723 Blackcurrant

📋 copy color: '#140723'

red 20 ◦ green 7 ◦ blue 35

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

Shades of Blackcurrant #140723

Tints of Blackcurrant #140723

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.29%

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

R = 32.26%
G = 11.29%
B = 56.45%

CMYK

 C value IS 0.43

 M value IS 0.80

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#140723 (or 0x140723) is known color: Blackcurrant. HEX triplet: 14, 07 and 23. RGB value is (20,7,35). Sum of RGB (Red+Green+Blue) = 20+7+35=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 35 (14.06% from 255 or 56.45% from 62); Max value from RGB is 35 - color contains mainly: blue. Hex color #140723 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140723 is #EBF8DC. Grayscale: #0D0D0D. Windows color (decimal): -15464669 or 2295572. OLE color: 2295572.

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

Color convert

RGB 20 7 35 -
CMYK 0.43 0.80 0 0.86
HSL 267.86º 0.67% 0.08% -
HSV(B) 267.86º 0.8% 0.14% -
XYZ 0.67 0.42 1.64 -
YUV 14.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 20 7 35 0.43 0.80 0 0.86 267.86 0.67 0.08
Hex 14 7 23 2B 50 0 56 10C 43 8
Octal 24 7 43 53 120 0 126 414 103 10
Binary 10100 111 100011 101011 1010000 0 1010110 100001100 1000011 1000

Color Harmonies of #140723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140723

Black with #140723

Text Example


Text Example

White with #140723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140723; }

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

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

background-color css

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

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

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

border-color css

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

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

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