Html Css Color HEX #280638 Blackcurrant

📋 copy color: '#280638'

red 40 ◦ green 6 ◦ blue 56

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

Shades of Blackcurrant #280638

Tints of Blackcurrant #280638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 54.9%

R = 39.22%
G = 5.88%
B = 54.9%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#280638 (or 0x280638) is known color: Blackcurrant. HEX triplet: 28, 06 and 38. RGB value is (40,6,56). Sum of RGB (Red+Green+Blue) = 40+6+56=102 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.22% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #280638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280638 is #D7F9C7. Grayscale: #151515. Windows color (decimal): -14154184 or 3671592. OLE color: 3671592.

HSL color Cylindrical-coordinate representation of color #280638: hue angle of 280.8º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #280638 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 40 6 56 -
CMYK 0.29 0.89 0 0.78
HSL 280.8º 0.81% 0.12% -
HSV(B) 280.8º 0.89% 0.22% -
XYZ 1.65 0.87 3.82 -
YUV 21.87 147.26 140.93 -
System Red Green Blue C M Y K H S L
Decimal 40 6 56 0.29 0.89 0 0.78 280.8 0.81 0.12
Hex 28 6 38 1D 59 0 4E 119 51 C
Octal 50 6 70 35 131 0 116 431 121 14
Binary 101000 110 111000 11101 1011001 0 1001110 100011001 1010001 1100

Color Harmonies of #280638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280638

Black with #280638

Text Example


Text Example

White with #280638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280638; }

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

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

background-color css

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

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

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

border-color css

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

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

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