Html Css Color HEX #480B28 Blackberry

📋 copy color: '#480B28'

red 72 ◦ green 11 ◦ blue 40

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

Shades of Blackberry #480B28

Tints of Blackberry #480B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 32.52%

R = 58.54%
G = 8.94%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#480B28 (or 0x480B28) is known color: Blackberry. HEX triplet: 48, 0B and 28. RGB value is (72,11,40). Sum of RGB (Red+Green+Blue) = 72+11+40=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #480B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B28 is #B7F4D7. Grayscale: #202020. Windows color (decimal): -12055768 or 2624328. OLE color: 2624328.

HSL color Cylindrical-coordinate representation of color #480B28: hue angle of 331.48º 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 #480B28 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 11 40 -
CMYK 0 0.85 0.44 0.72
HSL 331.48º 0.73% 0.16% -
HSV(B) 331.48º 0.85% 0.28% -
XYZ 3.18 1.77 2.18 -
YUV 32.55 132.21 156.14 -
System Red Green Blue C M Y K H S L
Decimal 72 11 40 0 0.85 0.44 0.72 331.48 0.73 0.16
Hex 48 B 28 0 55 2C 48 14B 49 10
Octal 110 13 50 0 125 54 110 513 111 20
Binary 1001000 1011 101000 0 1010101 101100 1001000 101001011 1001001 10000

Color Harmonies of #480B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480B28

Black with #480B28

Text Example


Text Example

White with #480B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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