Html Css Color HEX #280B45 Blackcurrant

📋 copy color: '#280B45'

red 40 ◦ green 11 ◦ blue 69

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

Shades of Blackcurrant #280B45

Tints of Blackcurrant #280B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 57.5%

R = 33.33%
G = 9.17%
B = 57.5%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#280B45 (or 0x280B45) is known color: Blackcurrant. HEX triplet: 28, 0B and 45. RGB value is (40,11,69). Sum of RGB (Red+Green+Blue) = 40+11+69=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 69 (27.34% from 255 or 57.5% from 120); Max value from RGB is 69 - color contains mainly: blue. Hex color #280B45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280B45 is #D7F4BA. Grayscale: #1A1A1A. Windows color (decimal): -14152891 or 4524840. OLE color: 4524840.

HSL color Cylindrical-coordinate representation of color #280B45: hue angle of 270º 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 #280B45 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 11 69 -
CMYK 0.42 0.84 0 0.73
HSL 270º 0.73% 0.16% -
HSV(B) 270º 0.84% 0.27% -
XYZ 2.07 1.12 5.74 -
YUV 26.28 152.11 137.78 -
System Red Green Blue C M Y K H S L
Decimal 40 11 69 0.42 0.84 0 0.73 270 0.73 0.16
Hex 28 B 45 2A 54 0 49 10E 48 10
Octal 50 13 105 52 124 0 111 416 110 20
Binary 101000 1011 1000101 101010 1010100 0 1001001 100001110 1001000 10000

Color Harmonies of #280B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280B45

Black with #280B45

Text Example


Text Example

White with #280B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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