Html Css Color HEX #140534 Blackcurrant

📋 copy color: '#140534'

red 20 ◦ green 5 ◦ blue 52

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

Shades of Blackcurrant #140534

Tints of Blackcurrant #140534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 67.53%

R = 25.97%
G = 6.49%
B = 67.53%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#140534 (or 0x140534) is known color: Blackcurrant. HEX triplet: 14, 05 and 34. RGB value is (20,5,52). Sum of RGB (Red+Green+Blue) = 20+5+52=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 52 (20.70% from 255 or 67.53% from 77); Max value from RGB is 52 - color contains mainly: blue. Hex color #140534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140534 is #EBFACB. Grayscale: #0E0E0E. Windows color (decimal): -15465164 or 3409172. OLE color: 3409172.

HSL color Cylindrical-coordinate representation of color #140534: hue angle of 259.15º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140534 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 5 52 -
CMYK 0.62 0.90 0 0.80
HSL 259.15º 0.82% 0.11% -
HSV(B) 259.15º 0.9% 0.2% -
XYZ 0.96 0.51 3.3 -
YUV 14.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 20 5 52 0.62 0.90 0 0.80 259.15 0.82 0.11
Hex 14 5 34 3E 5A 0 50 103 52 B
Octal 24 5 64 76 132 0 120 403 122 13
Binary 10100 101 110100 111110 1011010 0 1010000 100000011 1010010 1011

Color Harmonies of #140534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140534

Black with #140534

Text Example


Text Example

White with #140534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140534; }

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

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

background-color css

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

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

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

border-color css

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

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

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