Html Css Color HEX #480536 Blackberry

📋 copy color: '#480536'

red 72 ◦ green 5 ◦ blue 54

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

Shades of Blackberry #480536

Tints of Blackberry #480536

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.82%

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

R = 54.96%
G = 3.82%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#480536 (or 0x480536) is known color: Blackberry. HEX triplet: 48, 05 and 36. RGB value is (72,5,54). Sum of RGB (Red+Green+Blue) = 72+5+54=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #480536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480536 is #B7FAC9. Grayscale: #1E1E1E. Windows color (decimal): -12057290 or 3540296. OLE color: 3540296.

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

Color convert

RGB 72 5 54 -
CMYK 0 0.93 0.25 0.72
HSL 316.12º 0.87% 0.15% -
HSV(B) 316.12º 0.93% 0.28% -
XYZ 3.39 1.75 3.65 -
YUV 30.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 72 5 54 0 0.93 0.25 0.72 316.12 0.87 0.15
Hex 48 5 36 0 5D 19 48 13C 57 F
Octal 110 5 66 0 135 31 110 474 127 17
Binary 1001000 101 110110 0 1011101 11001 1001000 100111100 1010111 1111

Color Harmonies of #480536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480536

Black with #480536

Text Example


Text Example

White with #480536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480536; }

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

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

background-color css

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

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

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

border-color css

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

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

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