Html Css Color HEX #280136 Blackcurrant

📋 copy color: '#280136'

red 40 ◦ green 1 ◦ blue 54

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

Shades of Blackcurrant #280136

Tints of Blackcurrant #280136

RGB

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

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

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

R = 42.11%
G = 1.05%
B = 56.84%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#280136 (or 0x280136) is known color: Blackcurrant. HEX triplet: 28, 01 and 36. RGB value is (40,1,54). Sum of RGB (Red+Green+Blue) = 40+1+54=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 54 (21.48% from 255 or 56.84% from 95); Max value from RGB is 54 - color contains mainly: blue. Hex color #280136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280136 is #D7FEC9. Grayscale: #121212. Windows color (decimal): -14155466 or 3539240. OLE color: 3539240.

HSL color Cylindrical-coordinate representation of color #280136: hue angle of 284.15º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280136 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 1 54 -
CMYK 0.26 0.98 0 0.79
HSL 284.15º 0.96% 0.11% -
HSV(B) 284.15º 0.98% 0.21% -
XYZ 1.55 0.74 3.55 -
YUV 18.7 147.92 143.19 -
System Red Green Blue C M Y K H S L
Decimal 40 1 54 0.26 0.98 0 0.79 284.15 0.96 0.11
Hex 28 1 36 1A 62 0 4F 11C 60 B
Octal 50 1 66 32 142 0 117 434 140 13
Binary 101000 1 110110 11010 1100010 0 1001111 100011100 1100000 1011

Color Harmonies of #280136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280136

Black with #280136

Text Example


Text Example

White with #280136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280136; }

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

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

background-color css

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

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

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

border-color css

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

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

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