Html Css Color HEX #280030 Blackcurrant

📋 copy color: '#280030'

red 40 ◦ green 0 ◦ blue 48

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

Shades of Blackcurrant #280030

Tints of Blackcurrant #280030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 54.55%

R = 45.45%
G = 0%
B = 54.55%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#280030 (or 0x280030) is known color: Blackcurrant. HEX triplet: 28, 00 and 30. RGB value is (40,0,48). Sum of RGB (Red+Green+Blue) = 40+0+48=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 48 (19.14% from 255 or 54.55% from 88); Max value from RGB is 48 - color contains mainly: blue. Hex color #280030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280030 is #D7FFCF. Grayscale: #111111. Windows color (decimal): -14155728 or 3145768. OLE color: 3145768.

HSL color Cylindrical-coordinate representation of color #280030: hue angle of 290º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280030 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 0 48 -
CMYK 0.17 1 0 0.81
HSL 290º 1% 0.09% -
HSV(B) 290º 1% 0.19% -
XYZ 1.41 0.66 2.85 -
YUV 17.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 40 0 48 0.17 1 0 0.81 290 1 0.09
Hex 28 0 30 11 64 0 51 122 64 9
Octal 50 0 60 21 144 0 121 442 144 11
Binary 101000 0 110000 10001 1100100 0 1010001 100100010 1100100 1001

Color Harmonies of #280030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280030

Black with #280030

Text Example


Text Example

White with #280030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280030; }

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

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

background-color css

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

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

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

border-color css

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

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

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