Html Css Color HEX #480B2D Blackberry

📋 copy color: '#480B2D'

red 72 ◦ green 11 ◦ blue 45

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

Shades of Blackberry #480B2D

Tints of Blackberry #480B2D

RGB

 RED value IS 72 (28.52% from 255) = 56.25%

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

 BLUE value IS 45 (17.97% from 255) = 35.16%

R = 56.25%
G = 8.59%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#480B2D (or 0x480B2D) is known color: Blackberry. HEX triplet: 48, 0B and 2D. RGB value is (72,11,45). Sum of RGB (Red+Green+Blue) = 72+11+45=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 11 (4.69% from 255 or 8.59% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #480B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B2D is #B7F4D2. Grayscale: #212121. Windows color (decimal): -12055763 or 2952008. OLE color: 2952008.

HSL color Cylindrical-coordinate representation of color #480B2D: hue angle of 326.56º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #480B2D is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 11 45 -
CMYK 0 0.85 0.38 0.72
HSL 326.56º 0.73% 0.16% -
HSV(B) 326.56º 0.85% 0.28% -
XYZ 3.27 1.81 2.66 -
YUV 33.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 72 11 45 0 0.85 0.38 0.72 326.56 0.73 0.16
Hex 48 B 2D 0 55 26 48 147 49 10
Octal 110 13 55 0 125 46 110 507 111 20
Binary 1001000 1011 101101 0 1010101 100110 1001000 101000111 1001001 10000

Color Harmonies of #480B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480B2D

Black with #480B2D

Text Example


Text Example

White with #480B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480B2D; }

 p { color: rgb(72,11,45); }

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

background-color css

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

 a { background-color: rgb(72,11,45); }

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

border-color css

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

 span { border-color: rgb(72,11,45); }

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