Html Css Color HEX #140526 Blackcurrant

📋 copy color: '#140526'

red 20 ◦ green 5 ◦ blue 38

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

Shades of Blackcurrant #140526

Tints of Blackcurrant #140526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 60.32%

R = 31.75%
G = 7.94%
B = 60.32%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#140526 (or 0x140526) is known color: Blackcurrant. HEX triplet: 14, 05 and 26. RGB value is (20,5,38). Sum of RGB (Red+Green+Blue) = 20+5+38=63 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.75% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 38 (15.23% from 255 or 60.32% from 63); Max value from RGB is 38 - color contains mainly: blue. Hex color #140526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140526 is #EBFAD9. Grayscale: #0D0D0D. Windows color (decimal): -15465178 or 2491668. OLE color: 2491668.

HSL color Cylindrical-coordinate representation of color #140526: hue angle of 267.27º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #140526 is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 5 38 -
CMYK 0.47 0.87 0 0.85
HSL 267.27º 0.77% 0.08% -
HSV(B) 267.27º 0.87% 0.15% -
XYZ 0.69 0.4 1.87 -
YUV 13.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 20 5 38 0.47 0.87 0 0.85 267.27 0.77 0.08
Hex 14 5 26 2F 57 0 55 10B 4D 8
Octal 24 5 46 57 127 0 125 413 115 10
Binary 10100 101 100110 101111 1010111 0 1010101 100001011 1001101 1000

Color Harmonies of #140526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140526

Black with #140526

Text Example


Text Example

White with #140526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140526; }

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

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

background-color css

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

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

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

border-color css

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

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

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