Html Css Color HEX #280037 Blackcurrant

📋 copy color: '#280037'

red 40 ◦ green 0 ◦ blue 55

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

Shades of Blackcurrant #280037

Tints of Blackcurrant #280037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 55 (21.88% from 255) = 57.89%

R = 42.11%
G = 0%
B = 57.89%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#280037 (or 0x280037) is known color: Blackcurrant. HEX triplet: 28, 00 and 37. RGB value is (40,0,55). Sum of RGB (Red+Green+Blue) = 40+0+55=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 55 (21.88% from 255 or 57.89% from 95); Max value from RGB is 55 - color contains mainly: blue. Hex color #280037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280037 is #D7FFC8. Grayscale: #121212. Windows color (decimal): -14155721 or 3604520. OLE color: 3604520.

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

Color convert

RGB 40 0 55 -
CMYK 0.27 1 0 0.78
HSL 283.64º 1% 0.11% -
HSV(B) 283.64º 1% 0.22% -
XYZ 1.56 0.73 3.67 -
YUV 18.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 40 0 55 0.27 1 0 0.78 283.64 1 0.11
Hex 28 0 37 1B 64 0 4E 11C 64 B
Octal 50 0 67 33 144 0 116 434 144 13
Binary 101000 0 110111 11011 1100100 0 1001110 100011100 1100100 1011

Color Harmonies of #280037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280037

Black with #280037

Text Example


Text Example

White with #280037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280037; }

 p { color: rgb(40,0,55); }

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

background-color css

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

 a { background-color: rgb(40,0,55); }

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

border-color css

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

 span { border-color: rgb(40,0,55); }

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