Html Css Color HEX #28202E Blackcurrant

📋 copy color: '#28202E'

red 40 ◦ green 32 ◦ blue 46

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

Shades of Blackcurrant #28202E

Tints of Blackcurrant #28202E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.12%

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

R = 33.9%
G = 27.12%
B = 38.98%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#28202E (or 0x28202E) is known color: Blackcurrant. HEX triplet: 28, 20 and 2E. RGB value is (40,32,46). Sum of RGB (Red+Green+Blue) = 40+32+46=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 46 - color contains mainly: blue. Hex color #28202E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28202E is #D7DFD1. Grayscale: #232323. Windows color (decimal): -14147538 or 3022888. OLE color: 3022888.

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

Color convert

RGB 40 32 46 -
CMYK 0.13 0.30 0 0.82
HSL 274.29º 0.18% 0.15% -
HSV(B) 274.29º 0.3% 0.18% -
XYZ 1.88 1.68 2.81 -
YUV 35.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 40 32 46 0.13 0.30 0 0.82 274.29 0.18 0.15
Hex 28 20 2E D 1E 0 52 112 12 F
Octal 50 40 56 15 36 0 122 422 22 17
Binary 101000 100000 101110 1101 11110 0 1010010 100010010 10010 1111

Color Harmonies of #28202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28202E

Black with #28202E

Text Example


Text Example

White with #28202E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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