Html Css Color HEX #280E40 Blackcurrant

📋 copy color: '#280E40'

red 40 ◦ green 14 ◦ blue 64

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

Shades of Blackcurrant #280E40

Tints of Blackcurrant #280E40

RGB

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

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

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

R = 33.9%
G = 11.86%
B = 54.24%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#280E40 (or 0x280E40) is known color: Blackcurrant. HEX triplet: 28, 0E and 40. RGB value is (40,14,64). Sum of RGB (Red+Green+Blue) = 40+14+64=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #280E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280E40 is #D7F1BF. Grayscale: #1B1B1B. Windows color (decimal): -14152128 or 4197928. OLE color: 4197928.

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

Color convert

RGB 40 14 64 -
CMYK 0.38 0.78 0 0.75
HSL 271.2º 0.64% 0.15% -
HSV(B) 271.2º 0.78% 0.25% -
XYZ 1.96 1.14 4.97 -
YUV 27.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 40 14 64 0.38 0.78 0 0.75 271.2 0.64 0.15
Hex 28 E 40 26 4E 0 4B 10F 40 F
Octal 50 16 100 46 116 0 113 417 100 17
Binary 101000 1110 1000000 100110 1001110 0 1001011 100001111 1000000 1111

Color Harmonies of #280E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280E40

Black with #280E40

Text Example


Text Example

White with #280E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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