Html Css Color HEX #280336 Blackcurrant

📋 copy color: '#280336'

red 40 ◦ green 3 ◦ blue 54

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

Shades of Blackcurrant #280336

Tints of Blackcurrant #280336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.09%

 BLUE value IS 54 (21.48% from 255) = 55.67%

R = 41.24%
G = 3.09%
B = 55.67%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#280336 (or 0x280336) is known color: Blackcurrant. HEX triplet: 28, 03 and 36. RGB value is (40,3,54). Sum of RGB (Red+Green+Blue) = 40+3+54=97 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.24% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 54 (21.48% from 255 or 55.67% from 97); Max value from RGB is 54 - color contains mainly: blue. Hex color #280336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280336 is #D7FCC9. Grayscale: #131313. Windows color (decimal): -14154954 or 3539752. OLE color: 3539752.

HSL color Cylindrical-coordinate representation of color #280336: hue angle of 283.53º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280336 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 3 54 -
CMYK 0.26 0.94 0 0.79
HSL 283.53º 0.89% 0.11% -
HSV(B) 283.53º 0.94% 0.21% -
XYZ 1.57 0.78 3.56 -
YUV 19.88 147.26 142.35 -
System Red Green Blue C M Y K H S L
Decimal 40 3 54 0.26 0.94 0 0.79 283.53 0.89 0.11
Hex 28 3 36 1A 5E 0 4F 11C 59 B
Octal 50 3 66 32 136 0 117 434 131 13
Binary 101000 11 110110 11010 1011110 0 1001111 100011100 1011001 1011

Color Harmonies of #280336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280336

Black with #280336

Text Example


Text Example

White with #280336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280336; }

 p { color: rgb(40,3,54); }

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

background-color css

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

 a { background-color: rgb(40,3,54); }

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

border-color css

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

 span { border-color: rgb(40,3,54); }

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