Html Css Color HEX #28082C Blackcurrant

📋 copy color: '#28082C'

red 40 ◦ green 8 ◦ blue 44

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

Shades of Blackcurrant #28082C

Tints of Blackcurrant #28082C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 47.83%

R = 43.48%
G = 8.7%
B = 47.83%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#28082C (or 0x28082C) is known color: Blackcurrant. HEX triplet: 28, 08 and 2C. RGB value is (40,8,44). Sum of RGB (Red+Green+Blue) = 40+8+44=92 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.48% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 44 - color contains mainly: blue. Hex color #28082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28082C is #D7F7D3. Grayscale: #151515. Windows color (decimal): -14153684 or 2885672. OLE color: 2885672.

HSL color Cylindrical-coordinate representation of color #28082C: hue angle of 293.33º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28082C is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 40 8 44 -
CMYK 0.09 0.82 0 0.83
HSL 293.33º 0.69% 0.1% -
HSV(B) 293.33º 0.82% 0.17% -
XYZ 1.42 0.81 2.46 -
YUV 21.67 140.6 141.07 -
System Red Green Blue C M Y K H S L
Decimal 40 8 44 0.09 0.82 0 0.83 293.33 0.69 0.1
Hex 28 8 2C 9 52 0 53 125 45 A
Octal 50 10 54 11 122 0 123 445 105 12
Binary 101000 1000 101100 1001 1010010 0 1010011 100100101 1000101 1010

Color Harmonies of #28082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28082C

Black with #28082C

Text Example


Text Example

White with #28082C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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