Html Css Color HEX #280B46 Blackcurrant

📋 copy color: '#280B46'

red 40 ◦ green 11 ◦ blue 70

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

Shades of Blackcurrant #280B46

Tints of Blackcurrant #280B46

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.09%

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

R = 33.06%
G = 9.09%
B = 57.85%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#280B46 (or 0x280B46) is known color: Blackcurrant. HEX triplet: 28, 0B and 46. RGB value is (40,11,70). Sum of RGB (Red+Green+Blue) = 40+11+70=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 70 (27.73% from 255 or 57.85% from 121); Max value from RGB is 70 - color contains mainly: blue. Hex color #280B46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280B46 is #D7F4B9. Grayscale: #1A1A1A. Windows color (decimal): -14152890 or 4590376. OLE color: 4590376.

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

Color convert

RGB 40 11 70 -
CMYK 0.43 0.84 0 0.73
HSL 269.49º 0.73% 0.16% -
HSV(B) 269.49º 0.84% 0.27% -
XYZ 2.1 1.13 5.9 -
YUV 26.4 152.61 137.7 -
System Red Green Blue C M Y K H S L
Decimal 40 11 70 0.43 0.84 0 0.73 269.49 0.73 0.16
Hex 28 B 46 2B 54 0 49 10D 49 10
Octal 50 13 106 53 124 0 111 415 111 20
Binary 101000 1011 1000110 101011 1010100 0 1001001 100001101 1001001 10000

Color Harmonies of #280B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280B46

Black with #280B46

Text Example


Text Example

White with #280B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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