Html Css Color HEX #280138 Blackcurrant

📋 copy color: '#280138'

red 40 ◦ green 1 ◦ blue 56

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

Shades of Blackcurrant #280138

Tints of Blackcurrant #280138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 57.73%

R = 41.24%
G = 1.03%
B = 57.73%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#280138 (or 0x280138) is known color: Blackcurrant. HEX triplet: 28, 01 and 38. RGB value is (40,1,56). Sum of RGB (Red+Green+Blue) = 40+1+56=97 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.24% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #280138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280138 is #D7FEC7. Grayscale: #121212. Windows color (decimal): -14155464 or 3670312. OLE color: 3670312.

HSL color Cylindrical-coordinate representation of color #280138: hue angle of 282.55º degrees, saturation: 0.96, 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 #280138 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 40 1 56 -
CMYK 0.29 0.98 0 0.78
HSL 282.55º 0.96% 0.11% -
HSV(B) 282.55º 0.98% 0.22% -
XYZ 1.6 0.76 3.8 -
YUV 18.93 148.92 143.03 -
System Red Green Blue C M Y K H S L
Decimal 40 1 56 0.29 0.98 0 0.78 282.55 0.96 0.11
Hex 28 1 38 1D 62 0 4E 11B 60 B
Octal 50 1 70 35 142 0 116 433 140 13
Binary 101000 1 111000 11101 1100010 0 1001110 100011011 1100000 1011

Color Harmonies of #280138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280138

Black with #280138

Text Example


Text Example

White with #280138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280138; }

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

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

background-color css

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

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

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

border-color css

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

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

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