Html Css Color HEX #280315 Blackberry

📋 copy color: '#280315'

red 40 ◦ green 3 ◦ blue 21

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

Shades of Blackberry #280315

Tints of Blackberry #280315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.69%

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

R = 62.5%
G = 4.69%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.84

RGB Variations

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

Color information

#280315 (or 0x280315) is known color: Blackberry. HEX triplet: 28, 03 and 15. RGB value is (40,3,21). Sum of RGB (Red+Green+Blue) = 40+3+21=64 (8% of max value = 765). Red value is 40 (16.02% from 255 or 62.5% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 40 - color contains mainly: red. Hex color #280315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280315 is #D7FCEA. Grayscale: #101010. Windows color (decimal): -14154987 or 1377064. OLE color: 1377064.

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

Color convert

RGB 40 3 21 -
CMYK 0 0.93 0.48 0.84
HSL 330.81º 0.86% 0.08% -
HSV(B) 330.81º 0.93% 0.16% -
XYZ 1.04 0.57 0.76 -
YUV 16.12 130.76 145.04 -
System Red Green Blue C M Y K H S L
Decimal 40 3 21 0 0.93 0.48 0.84 330.81 0.86 0.08
Hex 28 3 15 0 5D 30 54 14B 56 8
Octal 50 3 25 0 135 60 124 513 126 10
Binary 101000 11 10101 0 1011101 110000 1010100 101001011 1010110 1000

Color Harmonies of #280315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280315

Black with #280315

Text Example


Text Example

White with #280315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280315; }

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

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

background-color css

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

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

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

border-color css

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

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

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