Html Css Color HEX #480525 Blackberry

📋 copy color: '#480525'

red 72 ◦ green 5 ◦ blue 37

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

Shades of Blackberry #480525

Tints of Blackberry #480525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 32.46%

R = 63.16%
G = 4.39%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#480525 (or 0x480525) is known color: Blackberry. HEX triplet: 48, 05 and 25. RGB value is (72,5,37). Sum of RGB (Red+Green+Blue) = 72+5+37=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #480525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480525 is #B7FADA. Grayscale: #1C1C1C. Windows color (decimal): -12057307 or 2426184. OLE color: 2426184.

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

Color convert

RGB 72 5 37 -
CMYK 0 0.93 0.49 0.72
HSL 331.34º 0.87% 0.15% -
HSV(B) 331.34º 0.93% 0.28% -
XYZ 3.06 1.62 1.9 -
YUV 28.68 132.7 158.9 -
System Red Green Blue C M Y K H S L
Decimal 72 5 37 0 0.93 0.49 0.72 331.34 0.87 0.15
Hex 48 5 25 0 5D 31 48 14B 57 F
Octal 110 5 45 0 135 61 110 513 127 17
Binary 1001000 101 100101 0 1011101 110001 1001000 101001011 1010111 1111

Color Harmonies of #480525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480525

Black with #480525

Text Example


Text Example

White with #480525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480525; }

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

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

background-color css

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

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

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

border-color css

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

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

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