Html Css Color HEX #480433 Blackberry

📋 copy color: '#480433'

red 72 ◦ green 4 ◦ blue 51

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

Shades of Blackberry #480433

Tints of Blackberry #480433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 40.16%

R = 56.69%
G = 3.15%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#480433 (or 0x480433) is known color: Blackberry. HEX triplet: 48, 04 and 33. RGB value is (72,4,51). Sum of RGB (Red+Green+Blue) = 72+4+51=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 51 (20.31% from 255 or 40.16% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #480433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480433 is #B7FBCC. Grayscale: #1D1D1D. Windows color (decimal): -12057549 or 3343432. OLE color: 3343432.

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

Color convert

RGB 72 4 51 -
CMYK 0 0.94 0.29 0.72
HSL 318.53º 0.89% 0.15% -
HSV(B) 318.53º 0.94% 0.28% -
XYZ 3.31 1.7 3.29 -
YUV 29.69 140.03 158.18 -
System Red Green Blue C M Y K H S L
Decimal 72 4 51 0 0.94 0.29 0.72 318.53 0.89 0.15
Hex 48 4 33 0 5E 1D 48 13F 59 F
Octal 110 4 63 0 136 35 110 477 131 17
Binary 1001000 100 110011 0 1011110 11101 1001000 100111111 1011001 1111

Color Harmonies of #480433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480433

Black with #480433

Text Example


Text Example

White with #480433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480433; }

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

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

background-color css

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

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

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

border-color css

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

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

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