Html Css Color HEX #28082F Blackcurrant

📋 copy color: '#28082F'

red 40 ◦ green 8 ◦ blue 47

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

Shades of Blackcurrant #28082F

Tints of Blackcurrant #28082F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.42%

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

R = 42.11%
G = 8.42%
B = 49.47%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#28082F (or 0x28082F) is known color: Blackcurrant. HEX triplet: 28, 08 and 2F. RGB value is (40,8,47). Sum of RGB (Red+Green+Blue) = 40+8+47=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 47 (18.75% from 255 or 49.47% from 95); Max value from RGB is 47 - color contains mainly: blue. Hex color #28082F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28082F is #D7F7D0. Grayscale: #151515. Windows color (decimal): -14153681 or 3082280. OLE color: 3082280.

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

Color convert

RGB 40 8 47 -
CMYK 0.15 0.83 0 0.82
HSL 289.23º 0.71% 0.11% -
HSV(B) 289.23º 0.83% 0.18% -
XYZ 1.47 0.83 2.77 -
YUV 22.01 142.1 140.83 -
System Red Green Blue C M Y K H S L
Decimal 40 8 47 0.15 0.83 0 0.82 289.23 0.71 0.11
Hex 28 8 2F F 53 0 52 121 47 B
Octal 50 10 57 17 123 0 122 441 107 13
Binary 101000 1000 101111 1111 1010011 0 1010010 100100001 1000111 1011

Color Harmonies of #28082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28082F

Black with #28082F

Text Example


Text Example

White with #28082F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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