Html Css Color HEX #28142E Blackcurrant

📋 copy color: '#28142E'

red 40 ◦ green 20 ◦ blue 46

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

Shades of Blackcurrant #28142E

Tints of Blackcurrant #28142E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 43.4%

R = 37.74%
G = 18.87%
B = 43.4%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#28142E (or 0x28142E) is known color: Blackcurrant. HEX triplet: 28, 14 and 2E. RGB value is (40,20,46). Sum of RGB (Red+Green+Blue) = 40+20+46=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 46 (18.36% from 255 or 43.40% from 106); Max value from RGB is 46 - color contains mainly: blue. Hex color #28142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28142E is #D7EBD1. Grayscale: #1C1C1C. Windows color (decimal): -14150610 or 3019816. OLE color: 3019816.

HSL color Cylindrical-coordinate representation of color #28142E: hue angle of 286.15º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28142E is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 40 20 46 -
CMYK 0.13 0.57 0 0.82
HSL 286.15º 0.39% 0.13% -
HSV(B) 286.15º 0.57% 0.18% -
XYZ 1.62 1.15 2.72 -
YUV 28.94 137.63 135.89 -
System Red Green Blue C M Y K H S L
Decimal 40 20 46 0.13 0.57 0 0.82 286.15 0.39 0.13
Hex 28 14 2E D 39 0 52 11E 27 D
Octal 50 24 56 15 71 0 122 436 47 15
Binary 101000 10100 101110 1101 111001 0 1010010 100011110 100111 1101

Color Harmonies of #28142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28142E

Black with #28142E

Text Example


Text Example

White with #28142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28142E; }

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

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

background-color css

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

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

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

border-color css

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

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

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