Html Css Color HEX #280E36 Blackcurrant

📋 copy color: '#280E36'

red 40 ◦ green 14 ◦ blue 54

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

Shades of Blackcurrant #280E36

Tints of Blackcurrant #280E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 50%

R = 37.04%
G = 12.96%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#280E36 (or 0x280E36) is known color: Blackcurrant. HEX triplet: 28, 0E and 36. RGB value is (40,14,54). Sum of RGB (Red+Green+Blue) = 40+14+54=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #280E36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280E36 is #D7F1C9. Grayscale: #1A1A1A. Windows color (decimal): -14152138 or 3542568. OLE color: 3542568.

HSL color Cylindrical-coordinate representation of color #280E36: hue angle of 279º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #280E36 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 14 54 -
CMYK 0.26 0.74 0 0.79
HSL 279º 0.59% 0.13% -
HSV(B) 279º 0.74% 0.21% -
XYZ 1.7 1.03 3.6 -
YUV 26.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 40 14 54 0.26 0.74 0 0.79 279 0.59 0.13
Hex 28 E 36 1A 4A 0 4F 117 3B D
Octal 50 16 66 32 112 0 117 427 73 15
Binary 101000 1110 110110 11010 1001010 0 1001111 100010111 111011 1101

Color Harmonies of #280E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280E36

Black with #280E36

Text Example


Text Example

White with #280E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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