Html Css Color HEX #280347 Blackcurrant

📋 copy color: '#280347'

red 40 ◦ green 3 ◦ blue 71

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

Shades of Blackcurrant #280347

Tints of Blackcurrant #280347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 62.28%

R = 35.09%
G = 2.63%
B = 62.28%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#280347 (or 0x280347) is known color: Blackcurrant. HEX triplet: 28, 03 and 47. RGB value is (40,3,71). Sum of RGB (Red+Green+Blue) = 40+3+71=114 (15% of max value = 765). Red value is 40 (16.02% from 255 or 35.09% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 71 (28.12% from 255 or 62.28% from 114); Max value from RGB is 71 - color contains mainly: blue. Hex color #280347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280347 is #D7FCB8. Grayscale: #151515. Windows color (decimal): -14154937 or 4653864. OLE color: 4653864.

HSL color Cylindrical-coordinate representation of color #280347: hue angle of 272.65º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280347 is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 40 3 71 -
CMYK 0.44 0.96 0 0.72
HSL 272.65º 0.92% 0.15% -
HSV(B) 272.65º 0.96% 0.28% -
XYZ 2.04 0.97 6.04 -
YUV 21.82 155.76 140.97 -
System Red Green Blue C M Y K H S L
Decimal 40 3 71 0.44 0.96 0 0.72 272.65 0.92 0.15
Hex 28 3 47 2C 60 0 48 111 5C F
Octal 50 3 107 54 140 0 110 421 134 17
Binary 101000 11 1000111 101100 1100000 0 1001000 100010001 1011100 1111

Color Harmonies of #280347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280347

Black with #280347

Text Example


Text Example

White with #280347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280347; }

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

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

background-color css

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

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

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

border-color css

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

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

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