Html Css Color HEX #28212E Blackcurrant

📋 copy color: '#28212E'

red 40 ◦ green 33 ◦ blue 46

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

Shades of Blackcurrant #28212E

Tints of Blackcurrant #28212E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.73%

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

R = 33.61%
G = 27.73%
B = 38.66%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#28212E (or 0x28212E) is known color: Blackcurrant. HEX triplet: 28, 21 and 2E. RGB value is (40,33,46). Sum of RGB (Red+Green+Blue) = 40+33+46=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 46 - color contains mainly: blue. Hex color #28212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28212E is #D7DED1. Grayscale: #242424. Windows color (decimal): -14147282 or 3023144. OLE color: 3023144.

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

Color convert

RGB 40 33 46 -
CMYK 0.13 0.28 0 0.82
HSL 272.31º 0.16% 0.15% -
HSV(B) 272.31º 0.28% 0.18% -
XYZ 1.91 1.74 2.82 -
YUV 36.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 40 33 46 0.13 0.28 0 0.82 272.31 0.16 0.15
Hex 28 21 2E D 1C 0 52 110 10 F
Octal 50 41 56 15 34 0 122 420 20 17
Binary 101000 100001 101110 1101 11100 0 1010010 100010000 10000 1111

Color Harmonies of #28212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28212E

Black with #28212E

Text Example


Text Example

White with #28212E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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