Html Css Color HEX #28202F Blackcurrant

📋 copy color: '#28202F'

red 40 ◦ green 32 ◦ blue 47

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

Shades of Blackcurrant #28202F

Tints of Blackcurrant #28202F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 39.5%

R = 33.61%
G = 26.89%
B = 39.5%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#28202F (or 0x28202F) is known color: Blackcurrant. HEX triplet: 28, 20 and 2F. RGB value is (40,32,47). Sum of RGB (Red+Green+Blue) = 40+32+47=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 47 - color contains mainly: blue. Hex color #28202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28202F is #D7DFD0. Grayscale: #242424. Windows color (decimal): -14147537 or 3088424. OLE color: 3088424.

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

Color convert

RGB 40 32 47 -
CMYK 0.15 0.32 0 0.82
HSL 272º 0.19% 0.15% -
HSV(B) 272º 0.32% 0.18% -
XYZ 1.9 1.69 2.92 -
YUV 36.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 40 32 47 0.15 0.32 0 0.82 272 0.19 0.15
Hex 28 20 2F F 20 0 52 110 13 F
Octal 50 40 57 17 40 0 122 420 23 17
Binary 101000 100000 101111 1111 100000 0 1010010 100010000 10011 1111

Color Harmonies of #28202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28202F

Black with #28202F

Text Example


Text Example

White with #28202F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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