Html Css Color HEX #280348 Blackcurrant

📋 copy color: '#280348'

red 40 ◦ green 3 ◦ blue 72

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

Shades of Blackcurrant #280348

Tints of Blackcurrant #280348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 62.61%

R = 34.78%
G = 2.61%
B = 62.61%

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

#280348 (or 0x280348) is known color: Blackcurrant. HEX triplet: 28, 03 and 48. RGB value is (40,3,72). Sum of RGB (Red+Green+Blue) = 40+3+72=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #280348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280348 is #D7FCB7. Grayscale: #151515. Windows color (decimal): -14154936 or 4719400. OLE color: 4719400.

HSL color Cylindrical-coordinate representation of color #280348: hue angle of 272.17º 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 #280348 is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 40 3 72 -
CMYK 0.44 0.96 0 0.72
HSL 272.17º 0.92% 0.15% -
HSV(B) 272.17º 0.96% 0.28% -
XYZ 2.08 0.98 6.21 -
YUV 21.93 156.26 140.89 -
System Red Green Blue C M Y K H S L
Decimal 40 3 72 0.44 0.96 0 0.72 272.17 0.92 0.15
Hex 28 3 48 2C 60 0 48 110 5C F
Octal 50 3 110 54 140 0 110 420 134 17
Binary 101000 11 1001000 101100 1100000 0 1001000 100010000 1011100 1111

Color Harmonies of #280348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280348

Black with #280348

Text Example


Text Example

White with #280348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280348; }

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

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

background-color css

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

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

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

border-color css

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

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

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