Html Css Color HEX #480825 Blackberry

📋 copy color: '#480825'

red 72 ◦ green 8 ◦ blue 37

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

Shades of Blackberry #480825

Tints of Blackberry #480825

RGB

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

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

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

R = 61.54%
G = 6.84%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#480825 (or 0x480825) is known color: Blackberry. HEX triplet: 48, 08 and 25. RGB value is (72,8,37). Sum of RGB (Red+Green+Blue) = 72+8+37=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #480825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480825 is #B7F7DA. Grayscale: #1E1E1E. Windows color (decimal): -12056539 or 2426952. OLE color: 2426952.

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

Color convert

RGB 72 8 37 -
CMYK 0 0.89 0.49 0.72
HSL 332.81º 0.8% 0.16% -
HSV(B) 332.81º 0.89% 0.28% -
XYZ 3.09 1.68 1.91 -
YUV 30.44 131.7 157.64 -
System Red Green Blue C M Y K H S L
Decimal 72 8 37 0 0.89 0.49 0.72 332.81 0.8 0.16
Hex 48 8 25 0 59 31 48 14D 50 10
Octal 110 10 45 0 131 61 110 515 120 20
Binary 1001000 1000 100101 0 1011001 110001 1001000 101001101 1010000 10000

Color Harmonies of #480825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480825

Black with #480825

Text Example


Text Example

White with #480825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480825; }

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

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

background-color css

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

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

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

border-color css

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

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

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