Html Css Color HEX #28212B Blackcurrant

📋 copy color: '#28212B'

red 40 ◦ green 33 ◦ blue 43

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

Shades of Blackcurrant #28212B

Tints of Blackcurrant #28212B

RGB

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

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

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

R = 34.48%
G = 28.45%
B = 37.07%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#28212B (or 0x28212B) is known color: Blackcurrant. HEX triplet: 28, 21 and 2B. RGB value is (40,33,43). Sum of RGB (Red+Green+Blue) = 40+33+43=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 43 - color contains mainly: blue. Hex color #28212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28212B is #D7DED4. Grayscale: #242424. Windows color (decimal): -14147285 or 2826536. OLE color: 2826536.

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

Color convert

RGB 40 33 43 -
CMYK 0.07 0.23 0 0.83
HSL 282º 0.13% 0.15% -
HSV(B) 282º 0.23% 0.17% -
XYZ 1.85 1.71 2.52 -
YUV 36.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 40 33 43 0.07 0.23 0 0.83 282 0.13 0.15
Hex 28 21 2B 7 17 0 53 11A D F
Octal 50 41 53 7 27 0 123 432 15 17
Binary 101000 100001 101011 111 10111 0 1010011 100011010 1101 1111

Color Harmonies of #28212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28212B

Black with #28212B

Text Example


Text Example

White with #28212B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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