Html Css Color HEX #28022F Blackcurrant

📋 copy color: '#28022F'

red 40 ◦ green 2 ◦ blue 47

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

Shades of Blackcurrant #28022F

Tints of Blackcurrant #28022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.25%

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

R = 44.94%
G = 2.25%
B = 52.81%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#28022F (or 0x28022F) is known color: Blackcurrant. HEX triplet: 28, 02 and 2F. RGB value is (40,2,47). Sum of RGB (Red+Green+Blue) = 40+2+47=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 47 (18.75% from 255 or 52.81% from 89); Max value from RGB is 47 - color contains mainly: blue. Hex color #28022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28022F is #D7FDD0. Grayscale: #121212. Windows color (decimal): -14155217 or 3080744. OLE color: 3080744.

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

Color convert

RGB 40 2 47 -
CMYK 0.15 0.96 0 0.82
HSL 290.67º 0.92% 0.1% -
HSV(B) 290.67º 0.96% 0.18% -
XYZ 1.41 0.7 2.75 -
YUV 18.49 144.09 143.34 -
System Red Green Blue C M Y K H S L
Decimal 40 2 47 0.15 0.96 0 0.82 290.67 0.92 0.1
Hex 28 2 2F F 60 0 52 123 5C A
Octal 50 2 57 17 140 0 122 443 134 12
Binary 101000 10 101111 1111 1100000 0 1010010 100100011 1011100 1010

Color Harmonies of #28022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28022F

Black with #28022F

Text Example


Text Example

White with #28022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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