Html Css Color HEX #28143A Blackcurrant

📋 copy color: '#28143A'

red 40 ◦ green 20 ◦ blue 58

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

Shades of Blackcurrant #28143A

Tints of Blackcurrant #28143A

RGB

 RED value IS 40 (16.02% from 255) = 33.9%

 GREEN value IS 20 (8.2% from 255) = 16.95%

 BLUE value IS 58 (23.05% from 255) = 49.15%

R = 33.9%
G = 16.95%
B = 49.15%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#28143A (or 0x28143A) is known color: Blackcurrant. HEX triplet: 28, 14 and 3A. RGB value is (40,20,58). Sum of RGB (Red+Green+Blue) = 40+20+58=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: blue. Hex color #28143A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28143A is #D7EBC5. Grayscale: #1E1E1E. Windows color (decimal): -14150598 or 3806248. OLE color: 3806248.

HSL color Cylindrical-coordinate representation of color #28143A: hue angle of 271.58º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28143A is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 40 20 58 -
CMYK 0.31 0.66 0 0.77
HSL 271.58º 0.49% 0.15% -
HSV(B) 271.58º 0.66% 0.23% -
XYZ 1.89 1.26 4.15 -
YUV 30.31 143.63 134.91 -
System Red Green Blue C M Y K H S L
Decimal 40 20 58 0.31 0.66 0 0.77 271.58 0.49 0.15
Hex 28 14 3A 1F 42 0 4D 110 31 F
Octal 50 24 72 37 102 0 115 420 61 17
Binary 101000 10100 111010 11111 1000010 0 1001101 100010000 110001 1111

Color Harmonies of #28143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28143A

Black with #28143A

Text Example


Text Example

White with #28143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28143A; }

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

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

background-color css

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

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

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

border-color css

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

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

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