Html Css Color HEX #280541 Blackcurrant

📋 copy color: '#280541'

red 40 ◦ green 5 ◦ blue 65

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

Shades of Blackcurrant #280541

Tints of Blackcurrant #280541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.55%

 BLUE value IS 65 (25.78% from 255) = 59.09%

R = 36.36%
G = 4.55%
B = 59.09%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#280541 (or 0x280541) is known color: Blackcurrant. HEX triplet: 28, 05 and 41. RGB value is (40,5,65). Sum of RGB (Red+Green+Blue) = 40+5+65=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 65 (25.78% from 255 or 59.09% from 110); Max value from RGB is 65 - color contains mainly: blue. Hex color #280541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280541 is #D7FABE. Grayscale: #161616. Windows color (decimal): -14154431 or 4261160. OLE color: 4261160.

HSL color Cylindrical-coordinate representation of color #280541: hue angle of 275º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280541 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 5 65 -
CMYK 0.38 0.92 0 0.75
HSL 275º 0.86% 0.14% -
HSV(B) 275º 0.92% 0.25% -
XYZ 1.88 0.94 5.08 -
YUV 22.31 152.1 140.62 -
System Red Green Blue C M Y K H S L
Decimal 40 5 65 0.38 0.92 0 0.75 275 0.86 0.14
Hex 28 5 41 26 5C 0 4B 113 56 E
Octal 50 5 101 46 134 0 113 423 126 16
Binary 101000 101 1000001 100110 1011100 0 1001011 100010011 1010110 1110

Color Harmonies of #280541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280541

Black with #280541

Text Example


Text Example

White with #280541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280541; }

 p { color: rgb(40,5,65); }

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

background-color css

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

 a { background-color: rgb(40,5,65); }

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

border-color css

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

 span { border-color: rgb(40,5,65); }

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