Html Css Color HEX #280E44 Blackcurrant

📋 copy color: '#280E44'

red 40 ◦ green 14 ◦ blue 68

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

Shades of Blackcurrant #280E44

Tints of Blackcurrant #280E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 55.74%

R = 32.79%
G = 11.48%
B = 55.74%

CMYK

 C value IS 0.41

 M value IS 0.79

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#280E44 (or 0x280E44) is known color: Blackcurrant. HEX triplet: 28, 0E and 44. RGB value is (40,14,68). Sum of RGB (Red+Green+Blue) = 40+14+68=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 68 (26.95% from 255 or 55.74% from 122); Max value from RGB is 68 - color contains mainly: blue. Hex color #280E44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280E44 is #D7F1BB. Grayscale: #1B1B1B. Windows color (decimal): -14152124 or 4460072. OLE color: 4460072.

HSL color Cylindrical-coordinate representation of color #280E44: hue angle of 268.89º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #280E44 is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 14 68 -
CMYK 0.41 0.79 0 0.73
HSL 268.89º 0.66% 0.16% -
HSV(B) 268.89º 0.79% 0.27% -
XYZ 2.08 1.18 5.59 -
YUV 27.93 150.61 136.61 -
System Red Green Blue C M Y K H S L
Decimal 40 14 68 0.41 0.79 0 0.73 268.89 0.66 0.16
Hex 28 E 44 29 4F 0 49 10D 42 10
Octal 50 16 104 51 117 0 111 415 102 20
Binary 101000 1110 1000100 101001 1001111 0 1001001 100001101 1000010 10000

Color Harmonies of #280E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280E44

Black with #280E44

Text Example


Text Example

White with #280E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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