Html Css Color HEX #140530 Blackcurrant

📋 copy color: '#140530'

red 20 ◦ green 5 ◦ blue 48

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

Shades of Blackcurrant #140530

Tints of Blackcurrant #140530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 65.75%

R = 27.4%
G = 6.85%
B = 65.75%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#140530 (or 0x140530) is known color: Blackcurrant. HEX triplet: 14, 05 and 30. RGB value is (20,5,48). Sum of RGB (Red+Green+Blue) = 20+5+48=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 48 (19.14% from 255 or 65.75% from 73); Max value from RGB is 48 - color contains mainly: blue. Hex color #140530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140530 is #EBFACF. Grayscale: #0E0E0E. Windows color (decimal): -15465168 or 3147028. OLE color: 3147028.

HSL color Cylindrical-coordinate representation of color #140530: hue angle of 260.93º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140530 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 5 48 -
CMYK 0.58 0.90 0 0.81
HSL 260.93º 0.81% 0.1% -
HSV(B) 260.93º 0.9% 0.19% -
XYZ 0.88 0.47 2.84 -
YUV 14.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 20 5 48 0.58 0.90 0 0.81 260.93 0.81 0.1
Hex 14 5 30 3A 5A 0 51 105 51 A
Octal 24 5 60 72 132 0 121 405 121 12
Binary 10100 101 110000 111010 1011010 0 1010001 100000101 1010001 1010

Color Harmonies of #140530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140530

Black with #140530

Text Example


Text Example

White with #140530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140530; }

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

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

background-color css

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

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

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

border-color css

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

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

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