Html Css Color HEX #480325 Blackberry

📋 copy color: '#480325'

red 72 ◦ green 3 ◦ blue 37

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

Shades of Blackberry #480325

Tints of Blackberry #480325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.68%

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

R = 64.29%
G = 2.68%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#480325 (or 0x480325) is known color: Blackberry. HEX triplet: 48, 03 and 25. RGB value is (72,3,37). Sum of RGB (Red+Green+Blue) = 72+3+37=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 37 (14.84% from 255 or 33.04% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #480325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480325 is #B7FCDA. Grayscale: #1B1B1B. Windows color (decimal): -12057819 or 2425672. OLE color: 2425672.

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

Color convert

RGB 72 3 37 -
CMYK 0 0.96 0.49 0.72
HSL 330.43º 0.92% 0.15% -
HSV(B) 330.43º 0.96% 0.28% -
XYZ 3.04 1.58 1.89 -
YUV 27.51 133.36 159.74 -
System Red Green Blue C M Y K H S L
Decimal 72 3 37 0 0.96 0.49 0.72 330.43 0.92 0.15
Hex 48 3 25 0 60 31 48 14A 5C F
Octal 110 3 45 0 140 61 110 512 134 17
Binary 1001000 11 100101 0 1100000 110001 1001000 101001010 1011100 1111

Color Harmonies of #480325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480325

Black with #480325

Text Example


Text Example

White with #480325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480325; }

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

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

background-color css

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

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

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

border-color css

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

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

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