Html Css Color HEX #480836 Blackberry

📋 copy color: '#480836'

red 72 ◦ green 8 ◦ blue 54

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

Shades of Blackberry #480836

Tints of Blackberry #480836

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.97%

 BLUE value IS 54 (21.48% from 255) = 40.3%

R = 53.73%
G = 5.97%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#480836 (or 0x480836) is known color: Blackberry. HEX triplet: 48, 08 and 36. RGB value is (72,8,54). Sum of RGB (Red+Green+Blue) = 72+8+54=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #480836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480836 is #B7F7C9. Grayscale: #202020. Windows color (decimal): -12056522 or 3541064. OLE color: 3541064.

HSL color Cylindrical-coordinate representation of color #480836: hue angle of 316.88º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480836 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 8 54 -
CMYK 0 0.89 0.25 0.72
HSL 316.88º 0.8% 0.16% -
HSV(B) 316.88º 0.89% 0.28% -
XYZ 3.43 1.82 3.66 -
YUV 32.38 140.2 156.26 -
System Red Green Blue C M Y K H S L
Decimal 72 8 54 0 0.89 0.25 0.72 316.88 0.8 0.16
Hex 48 8 36 0 59 19 48 13D 50 10
Octal 110 10 66 0 131 31 110 475 120 20
Binary 1001000 1000 110110 0 1011001 11001 1001000 100111101 1010000 10000

Color Harmonies of #480836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480836

Black with #480836

Text Example


Text Example

White with #480836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480836; }

 p { color: rgb(72,8,54); }

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

background-color css

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

 a { background-color: rgb(72,8,54); }

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

border-color css

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

 span { border-color: rgb(72,8,54); }

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