Html Css Color HEX #280139 Blackcurrant

📋 copy color: '#280139'

red 40 ◦ green 1 ◦ blue 57

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

Shades of Blackcurrant #280139

Tints of Blackcurrant #280139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.02%

 BLUE value IS 57 (22.66% from 255) = 58.16%

R = 40.82%
G = 1.02%
B = 58.16%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#280139 (or 0x280139) is known color: Blackcurrant. HEX triplet: 28, 01 and 39. RGB value is (40,1,57). Sum of RGB (Red+Green+Blue) = 40+1+57=98 (12% of max value = 765). Red value is 40 (16.02% from 255 or 40.82% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 57 (22.66% from 255 or 58.16% from 98); Max value from RGB is 57 - color contains mainly: blue. Hex color #280139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280139 is #D7FEC6. Grayscale: #121212. Windows color (decimal): -14155463 or 3735848. OLE color: 3735848.

HSL color Cylindrical-coordinate representation of color #280139: hue angle of 281.79º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280139 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 40 1 57 -
CMYK 0.30 0.98 0 0.78
HSL 281.79º 0.97% 0.11% -
HSV(B) 281.79º 0.98% 0.22% -
XYZ 1.62 0.77 3.93 -
YUV 19.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 40 1 57 0.30 0.98 0 0.78 281.79 0.97 0.11
Hex 28 1 39 1E 62 0 4E 11A 61 B
Octal 50 1 71 36 142 0 116 432 141 13
Binary 101000 1 111001 11110 1100010 0 1001110 100011010 1100001 1011

Color Harmonies of #280139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280139

Black with #280139

Text Example


Text Example

White with #280139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280139; }

 p { color: rgb(40,1,57); }

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

background-color css

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

 a { background-color: rgb(40,1,57); }

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

border-color css

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

 span { border-color: rgb(40,1,57); }

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