Html Css Color HEX #280E48 Blackcurrant

📋 copy color: '#280E48'

red 40 ◦ green 14 ◦ blue 72

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

Shades of Blackcurrant #280E48

Tints of Blackcurrant #280E48

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.11%

 BLUE value IS 72 (28.52% from 255) = 57.14%

R = 31.75%
G = 11.11%
B = 57.14%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#280E48 (or 0x280E48) is known color: Blackcurrant. HEX triplet: 28, 0E and 48. RGB value is (40,14,72). Sum of RGB (Red+Green+Blue) = 40+14+72=126 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.75% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 72 (28.52% from 255 or 57.14% from 126); Max value from RGB is 72 - color contains mainly: blue. Hex color #280E48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280E48 is #D7F1B7. Grayscale: #1C1C1C. Windows color (decimal): -14152120 or 4722216. OLE color: 4722216.

HSL color Cylindrical-coordinate representation of color #280E48: hue angle of 266.9º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #280E48 is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 40 14 72 -
CMYK 0.44 0.81 0 0.72
HSL 266.9º 0.67% 0.17% -
HSV(B) 266.9º 0.81% 0.28% -
XYZ 2.2 1.23 6.25 -
YUV 28.39 152.61 136.28 -
System Red Green Blue C M Y K H S L
Decimal 40 14 72 0.44 0.81 0 0.72 266.9 0.67 0.17
Hex 28 E 48 2C 51 0 48 10B 43 11
Octal 50 16 110 54 121 0 110 413 103 21
Binary 101000 1110 1001000 101100 1010001 0 1001000 100001011 1000011 10001

Color Harmonies of #280E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280E48

Black with #280E48

Text Example


Text Example

White with #280E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280E48; }

 p { color: rgb(40,14,72); }

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

background-color css

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

 a { background-color: rgb(40,14,72); }

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

border-color css

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

 span { border-color: rgb(40,14,72); }

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