Html Css Color HEX #140728 Blackcurrant

📋 copy color: '#140728'

red 20 ◦ green 7 ◦ blue 40

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

Shades of Blackcurrant #140728

Tints of Blackcurrant #140728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 59.7%

R = 29.85%
G = 10.45%
B = 59.7%

CMYK

 C value IS 0.5

 M value IS 0.83

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#140728 (or 0x140728) is known color: Blackcurrant. HEX triplet: 14, 07 and 28. RGB value is (20,7,40). Sum of RGB (Red+Green+Blue) = 20+7+40=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 7 (3.12% from 255 or 10.45% from 67); Blue value is 40 (16.02% from 255 or 59.70% from 67); Max value from RGB is 40 - color contains mainly: blue. Hex color #140728 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140728 is #EBF8D7. Grayscale: #0E0E0E. Windows color (decimal): -15464664 or 2623252. OLE color: 2623252.

HSL color Cylindrical-coordinate representation of color #140728: hue angle of 263.64º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #140728 is Cyan = 0.5, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 7 40 -
CMYK 0.5 0.83 0 0.84
HSL 263.64º 0.7% 0.09% -
HSV(B) 263.64º 0.83% 0.16% -
XYZ 0.75 0.45 2.06 -
YUV 14.65 142.31 131.82 -
System Red Green Blue C M Y K H S L
Decimal 20 7 40 0.5 0.83 0 0.84 263.64 0.7 0.09
Hex 14 7 28 32 53 0 54 108 46 9
Octal 24 7 50 62 123 0 124 410 106 11
Binary 10100 111 101000 110010 1010011 0 1010100 100001000 1000110 1001

Color Harmonies of #140728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140728

Black with #140728

Text Example


Text Example

White with #140728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140728; }

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

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

background-color css

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

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

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

border-color css

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

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

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