Html Css Color HEX #28222B Blackcurrant

📋 copy color: '#28222B'

red 40 ◦ green 34 ◦ blue 43

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

Shades of Blackcurrant #28222B

Tints of Blackcurrant #28222B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.06%

 BLUE value IS 43 (17.19% from 255) = 36.75%

R = 34.19%
G = 29.06%
B = 36.75%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#28222B (or 0x28222B) is known color: Blackcurrant. HEX triplet: 28, 22 and 2B. RGB value is (40,34,43). Sum of RGB (Red+Green+Blue) = 40+34+43=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 43 - color contains mainly: blue. Hex color #28222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28222B is #D7DDD4. Grayscale: #242424. Windows color (decimal): -14147029 or 2826792. OLE color: 2826792.

HSL color Cylindrical-coordinate representation of color #28222B: hue angle of 280º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #28222B is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 40 34 43 -
CMYK 0.07 0.21 0 0.83
HSL 280º 0.12% 0.15% -
HSV(B) 280º 0.21% 0.17% -
XYZ 1.88 1.77 2.53 -
YUV 36.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 40 34 43 0.07 0.21 0 0.83 280 0.12 0.15
Hex 28 22 2B 7 15 0 53 118 C F
Octal 50 42 53 7 25 0 123 430 14 17
Binary 101000 100010 101011 111 10101 0 1010011 100011000 1100 1111

Color Harmonies of #28222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28222B

Black with #28222B

Text Example


Text Example

White with #28222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28222B; }

 p { color: rgb(40,34,43); }

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

background-color css

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

 a { background-color: rgb(40,34,43); }

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

border-color css

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

 span { border-color: rgb(40,34,43); }

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