Html Css Color HEX #280B30 Blackcurrant

📋 copy color: '#280B30'

red 40 ◦ green 11 ◦ blue 48

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

Shades of Blackcurrant #280B30

Tints of Blackcurrant #280B30

RGB

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

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

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

R = 40.4%
G = 11.11%
B = 48.48%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#280B30 (or 0x280B30) is known color: Blackcurrant. HEX triplet: 28, 0B and 30. RGB value is (40,11,48). Sum of RGB (Red+Green+Blue) = 40+11+48=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 48 - color contains mainly: blue. Hex color #280B30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280B30 is #D7F4CF. Grayscale: #171717. Windows color (decimal): -14152912 or 3148584. OLE color: 3148584.

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

Color convert

RGB 40 11 48 -
CMYK 0.17 0.77 0 0.81
HSL 287.03º 0.63% 0.12% -
HSV(B) 287.03º 0.77% 0.19% -
XYZ 1.53 0.9 2.89 -
YUV 23.89 141.61 139.49 -
System Red Green Blue C M Y K H S L
Decimal 40 11 48 0.17 0.77 0 0.81 287.03 0.63 0.12
Hex 28 B 30 11 4D 0 51 11F 3F C
Octal 50 13 60 21 115 0 121 437 77 14
Binary 101000 1011 110000 10001 1001101 0 1010001 100011111 111111 1100

Color Harmonies of #280B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280B30

Black with #280B30

Text Example


Text Example

White with #280B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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