Html Css Color HEX #280B1D Blackberry

📋 copy color: '#280B1D'

red 40 ◦ green 11 ◦ blue 29

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

Shades of Blackberry #280B1D

Tints of Blackberry #280B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 36.25%

R = 50%
G = 13.75%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.84

RGB Variations

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

Color information

#280B1D (or 0x280B1D) is known color: Blackberry. HEX triplet: 28, 0B and 1D. RGB value is (40,11,29). Sum of RGB (Red+Green+Blue) = 40+11+29=80 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 40 - color contains mainly: red. Hex color #280B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280B1D is #D7F4E2. Grayscale: #151515. Windows color (decimal): -14152931 or 1903400. OLE color: 1903400.

HSL color Cylindrical-coordinate representation of color #280B1D: hue angle of 322.76º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #280B1D is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 11 29 -
CMYK 0 0.72 0.28 0.84
HSL 322.76º 0.57% 0.1% -
HSV(B) 322.76º 0.73% 0.16% -
XYZ 1.22 0.78 1.25 -
YUV 21.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 40 11 29 0 0.72 0.28 0.84 322.76 0.57 0.1
Hex 28 B 1D 0 48 1C 54 143 39 A
Octal 50 13 35 0 110 34 124 503 71 12
Binary 101000 1011 11101 0 1001000 11100 1010100 101000011 111001 1010

Color Harmonies of #280B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280B1D

Black with #280B1D

Text Example


Text Example

White with #280B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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