Html Css Color HEX #280940 Blackcurrant

📋 copy color: '#280940'

red 40 ◦ green 9 ◦ blue 64

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

Shades of Blackcurrant #280940

Tints of Blackcurrant #280940

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.96%

 BLUE value IS 64 (25.39% from 255) = 56.64%

R = 35.4%
G = 7.96%
B = 56.64%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#280940 (or 0x280940) is known color: Blackcurrant. HEX triplet: 28, 09 and 40. RGB value is (40,9,64). Sum of RGB (Red+Green+Blue) = 40+9+64=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 64 (25.39% from 255 or 56.64% from 113); Max value from RGB is 64 - color contains mainly: blue. Hex color #280940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280940 is #D7F6BF. Grayscale: #181818. Windows color (decimal): -14153408 or 4196648. OLE color: 4196648.

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

Color convert

RGB 40 9 64 -
CMYK 0.38 0.86 0 0.75
HSL 273.82º 0.75% 0.14% -
HSV(B) 273.82º 0.86% 0.25% -
XYZ 1.9 1.02 4.95 -
YUV 24.54 150.27 139.03 -
System Red Green Blue C M Y K H S L
Decimal 40 9 64 0.38 0.86 0 0.75 273.82 0.75 0.14
Hex 28 9 40 26 56 0 4B 112 4B E
Octal 50 11 100 46 126 0 113 422 113 16
Binary 101000 1001 1000000 100110 1010110 0 1001011 100010010 1001011 1110

Color Harmonies of #280940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280940

Black with #280940

Text Example


Text Example

White with #280940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280940; }

 p { color: rgb(40,9,64); }

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

background-color css

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

 a { background-color: rgb(40,9,64); }

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

border-color css

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

 span { border-color: rgb(40,9,64); }

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