Html Css Color HEX #280346 Blackcurrant

📋 copy color: '#280346'

red 40 ◦ green 3 ◦ blue 70

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

Shades of Blackcurrant #280346

Tints of Blackcurrant #280346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.65%

 BLUE value IS 70 (27.73% from 255) = 61.95%

R = 35.4%
G = 2.65%
B = 61.95%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#280346 (or 0x280346) is known color: Blackcurrant. HEX triplet: 28, 03 and 46. RGB value is (40,3,70). Sum of RGB (Red+Green+Blue) = 40+3+70=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 70 (27.73% from 255 or 61.95% from 113); Max value from RGB is 70 - color contains mainly: blue. Hex color #280346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280346 is #D7FCB9. Grayscale: #151515. Windows color (decimal): -14154938 or 4588328. OLE color: 4588328.

HSL color Cylindrical-coordinate representation of color #280346: hue angle of 273.13º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280346 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 3 70 -
CMYK 0.43 0.96 0 0.73
HSL 273.13º 0.92% 0.14% -
HSV(B) 273.13º 0.96% 0.27% -
XYZ 2.01 0.96 5.87 -
YUV 21.7 155.26 141.05 -
System Red Green Blue C M Y K H S L
Decimal 40 3 70 0.43 0.96 0 0.73 273.13 0.92 0.14
Hex 28 3 46 2B 60 0 49 111 5C E
Octal 50 3 106 53 140 0 111 421 134 16
Binary 101000 11 1000110 101011 1100000 0 1001001 100010001 1011100 1110

Color Harmonies of #280346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280346

Black with #280346

Text Example


Text Example

White with #280346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280346; }

 p { color: rgb(40,3,70); }

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

background-color css

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

 a { background-color: rgb(40,3,70); }

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

border-color css

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

 span { border-color: rgb(40,3,70); }

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