Html Css Color HEX #280D48 Blackcurrant

📋 copy color: '#280D48'

red 40 ◦ green 13 ◦ blue 72

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

Shades of Blackcurrant #280D48

Tints of Blackcurrant #280D48

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.4%

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

R = 32%
G = 10.4%
B = 57.6%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#280D48 (or 0x280D48) is known color: Blackcurrant. HEX triplet: 28, 0D and 48. RGB value is (40,13,72). Sum of RGB (Red+Green+Blue) = 40+13+72=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #280D48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280D48 is #D7F2B7. Grayscale: #1B1B1B. Windows color (decimal): -14152376 or 4721960. OLE color: 4721960.

HSL color Cylindrical-coordinate representation of color #280D48: hue angle of 267.46º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280D48 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 40 13 72 -
CMYK 0.44 0.82 0 0.72
HSL 267.46º 0.69% 0.17% -
HSV(B) 267.46º 0.82% 0.28% -
XYZ 2.19 1.21 6.25 -
YUV 27.8 152.95 136.7 -
System Red Green Blue C M Y K H S L
Decimal 40 13 72 0.44 0.82 0 0.72 267.46 0.69 0.17
Hex 28 D 48 2C 52 0 48 10B 45 11
Octal 50 15 110 54 122 0 110 413 105 21
Binary 101000 1101 1001000 101100 1010010 0 1001000 100001011 1000101 10001

Color Harmonies of #280D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280D48

Black with #280D48

Text Example


Text Example

White with #280D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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