Html Css Color HEX #280835 Blackcurrant

📋 copy color: '#280835'

red 40 ◦ green 8 ◦ blue 53

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

Shades of Blackcurrant #280835

Tints of Blackcurrant #280835

RGB

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

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

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

R = 39.6%
G = 7.92%
B = 52.48%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#280835 (or 0x280835) is known color: Blackcurrant. HEX triplet: 28, 08 and 35. RGB value is (40,8,53). Sum of RGB (Red+Green+Blue) = 40+8+53=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 53 (21.09% from 255 or 52.48% from 101); Max value from RGB is 53 - color contains mainly: blue. Hex color #280835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280835 is #D7F7CA. Grayscale: #161616. Windows color (decimal): -14153675 or 3475496. OLE color: 3475496.

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

Color convert

RGB 40 8 53 -
CMYK 0.25 0.85 0 0.79
HSL 282.67º 0.74% 0.12% -
HSV(B) 282.67º 0.85% 0.21% -
XYZ 1.6 0.88 3.45 -
YUV 22.7 145.1 140.34 -
System Red Green Blue C M Y K H S L
Decimal 40 8 53 0.25 0.85 0 0.79 282.67 0.74 0.12
Hex 28 8 35 19 55 0 4F 11B 4A C
Octal 50 10 65 31 125 0 117 433 112 14
Binary 101000 1000 110101 11001 1010101 0 1001111 100011011 1001010 1100

Color Harmonies of #280835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280835

Black with #280835

Text Example


Text Example

White with #280835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280835; }

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

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

background-color css

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

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

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

border-color css

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

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

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