Html Css Color HEX #140523 Blackcurrant

📋 copy color: '#140523'

red 20 ◦ green 5 ◦ blue 35

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

Shades of Blackcurrant #140523

Tints of Blackcurrant #140523

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.33%

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

R = 33.33%
G = 8.33%
B = 58.33%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#140523 (or 0x140523) is known color: Blackcurrant. HEX triplet: 14, 05 and 23. RGB value is (20,5,35). Sum of RGB (Red+Green+Blue) = 20+5+35=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 35 (14.06% from 255 or 58.33% from 60); Max value from RGB is 35 - color contains mainly: blue. Hex color #140523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140523 is #EBFADC. Grayscale: #0C0C0C. Windows color (decimal): -15465181 or 2295060. OLE color: 2295060.

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

Color convert

RGB 20 5 35 -
CMYK 0.43 0.86 0 0.86
HSL 270º 0.75% 0.08% -
HSV(B) 270º 0.86% 0.14% -
XYZ 0.65 0.38 1.63 -
YUV 12.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 20 5 35 0.43 0.86 0 0.86 270 0.75 0.08
Hex 14 5 23 2B 56 0 56 10E 4B 8
Octal 24 5 43 53 126 0 126 416 113 10
Binary 10100 101 100011 101011 1010110 0 1010110 100001110 1001011 1000

Color Harmonies of #140523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140523

Black with #140523

Text Example


Text Example

White with #140523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140523; }

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

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

background-color css

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

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

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

border-color css

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

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

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