Html Css Color HEX #280515 Blackberry

📋 copy color: '#280515'

red 40 ◦ green 5 ◦ blue 21

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

Shades of Blackberry #280515

Tints of Blackberry #280515

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.58%

 BLUE value IS 21 (8.59% from 255) = 31.82%

R = 60.61%
G = 7.58%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.84

RGB Variations

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

Color information

#280515 (or 0x280515) is known color: Blackberry. HEX triplet: 28, 05 and 15. RGB value is (40,5,21). Sum of RGB (Red+Green+Blue) = 40+5+21=66 (8% of max value = 765). Red value is 40 (16.02% from 255 or 60.61% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 21 (8.59% from 255 or 31.82% from 66); Max value from RGB is 40 - color contains mainly: red. Hex color #280515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280515 is #D7FAEA. Grayscale: #111111. Windows color (decimal): -14154475 or 1377576. OLE color: 1377576.

HSL color Cylindrical-coordinate representation of color #280515: hue angle of 332.57º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280515 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 5 21 -
CMYK 0 0.88 0.48 0.84
HSL 332.57º 0.78% 0.09% -
HSV(B) 332.57º 0.88% 0.16% -
XYZ 1.06 0.61 0.77 -
YUV 17.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 40 5 21 0 0.88 0.48 0.84 332.57 0.78 0.09
Hex 28 5 15 0 58 30 54 14D 4E 9
Octal 50 5 25 0 130 60 124 515 116 11
Binary 101000 101 10101 0 1011000 110000 1010100 101001101 1001110 1001

Color Harmonies of #280515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280515

Black with #280515

Text Example


Text Example

White with #280515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280515; }

 p { color: rgb(40,5,21); }

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

background-color css

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

 a { background-color: rgb(40,5,21); }

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

border-color css

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

 span { border-color: rgb(40,5,21); }

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