Html Css Color HEX #280635 Blackcurrant

📋 copy color: '#280635'

red 40 ◦ green 6 ◦ blue 53

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

Shades of Blackcurrant #280635

Tints of Blackcurrant #280635

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.06%

 BLUE value IS 53 (21.09% from 255) = 53.54%

R = 40.4%
G = 6.06%
B = 53.54%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#280635 (or 0x280635) is known color: Blackcurrant. HEX triplet: 28, 06 and 35. RGB value is (40,6,53). Sum of RGB (Red+Green+Blue) = 40+6+53=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 53 (21.09% from 255 or 53.54% from 99); Max value from RGB is 53 - color contains mainly: blue. Hex color #280635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280635 is #D7F9CA. Grayscale: #151515. Windows color (decimal): -14154187 or 3474984. OLE color: 3474984.

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

Color convert

RGB 40 6 53 -
CMYK 0.25 0.89 0 0.79
HSL 283.4º 0.8% 0.12% -
HSV(B) 283.4º 0.89% 0.21% -
XYZ 1.58 0.84 3.45 -
YUV 21.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 40 6 53 0.25 0.89 0 0.79 283.4 0.8 0.12
Hex 28 6 35 19 59 0 4F 11B 50 C
Octal 50 6 65 31 131 0 117 433 120 14
Binary 101000 110 110101 11001 1011001 0 1001111 100011011 1010000 1100

Color Harmonies of #280635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280635

Black with #280635

Text Example


Text Example

White with #280635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280635; }

 p { color: rgb(40,6,53); }

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

background-color css

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

 a { background-color: rgb(40,6,53); }

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

border-color css

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

 span { border-color: rgb(40,6,53); }

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