Html Css Color HEX #480434 Blackberry

📋 copy color: '#480434'

red 72 ◦ green 4 ◦ blue 52

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

Shades of Blackberry #480434

Tints of Blackberry #480434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.13%

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

R = 56.25%
G = 3.13%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#480434 (or 0x480434) is known color: Blackberry. HEX triplet: 48, 04 and 34. RGB value is (72,4,52). Sum of RGB (Red+Green+Blue) = 72+4+52=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 52 (20.70% from 255 or 40.62% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #480434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480434 is #B7FBCB. Grayscale: #1D1D1D. Windows color (decimal): -12057548 or 3408968. OLE color: 3408968.

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

Color convert

RGB 72 4 52 -
CMYK 0 0.94 0.28 0.72
HSL 317.65º 0.89% 0.15% -
HSV(B) 317.65º 0.94% 0.28% -
XYZ 3.34 1.71 3.4 -
YUV 29.8 140.53 158.1 -
System Red Green Blue C M Y K H S L
Decimal 72 4 52 0 0.94 0.28 0.72 317.65 0.89 0.15
Hex 48 4 34 0 5E 1C 48 13E 59 F
Octal 110 4 64 0 136 34 110 476 131 17
Binary 1001000 100 110100 0 1011110 11100 1001000 100111110 1011001 1111

Color Harmonies of #480434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480434

Black with #480434

Text Example


Text Example

White with #480434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480434; }

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

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

background-color css

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

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

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

border-color css

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

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

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