Html Css Color HEX #480834 Blackberry

📋 copy color: '#480834'

red 72 ◦ green 8 ◦ blue 52

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

Shades of Blackberry #480834

Tints of Blackberry #480834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 39.39%

R = 54.55%
G = 6.06%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#480834 (or 0x480834) is known color: Blackberry. HEX triplet: 48, 08 and 34. RGB value is (72,8,52). Sum of RGB (Red+Green+Blue) = 72+8+52=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #480834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480834 is #B7F7CB. Grayscale: #202020. Windows color (decimal): -12056524 or 3409992. OLE color: 3409992.

HSL color Cylindrical-coordinate representation of color #480834: hue angle of 318.75º 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 #480834 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 8 52 -
CMYK 0 0.89 0.28 0.72
HSL 318.75º 0.8% 0.16% -
HSV(B) 318.75º 0.89% 0.28% -
XYZ 3.38 1.8 3.42 -
YUV 32.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 72 8 52 0 0.89 0.28 0.72 318.75 0.8 0.16
Hex 48 8 34 0 59 1C 48 13F 50 10
Octal 110 10 64 0 131 34 110 477 120 20
Binary 1001000 1000 110100 0 1011001 11100 1001000 100111111 1010000 10000

Color Harmonies of #480834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480834

Black with #480834

Text Example


Text Example

White with #480834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480834; }

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

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

background-color css

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

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

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

border-color css

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

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

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