Html Css Color HEX #480229 Blackberry

📋 copy color: '#480229'

red 72 ◦ green 2 ◦ blue 41

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

Shades of Blackberry #480229

Tints of Blackberry #480229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.74%

 BLUE value IS 41 (16.41% from 255) = 35.65%

R = 62.61%
G = 1.74%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#480229 (or 0x480229) is known color: Blackberry. HEX triplet: 48, 02 and 29. RGB value is (72,2,41). Sum of RGB (Red+Green+Blue) = 72+2+41=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #480229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480229 is #B7FDD6. Grayscale: #1B1B1B. Windows color (decimal): -12058071 or 2687560. OLE color: 2687560.

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

Color convert

RGB 72 2 41 -
CMYK 0 0.97 0.43 0.72
HSL 326.57º 0.95% 0.15% -
HSV(B) 326.57º 0.97% 0.28% -
XYZ 3.09 1.58 2.24 -
YUV 27.38 135.69 159.83 -
System Red Green Blue C M Y K H S L
Decimal 72 2 41 0 0.97 0.43 0.72 326.57 0.95 0.15
Hex 48 2 29 0 61 2B 48 147 5F F
Octal 110 2 51 0 141 53 110 507 137 17
Binary 1001000 10 101001 0 1100001 101011 1001000 101000111 1011111 1111

Color Harmonies of #480229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480229

Black with #480229

Text Example


Text Example

White with #480229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480229; }

 p { color: rgb(72,2,41); }

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

background-color css

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

 a { background-color: rgb(72,2,41); }

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

border-color css

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

 span { border-color: rgb(72,2,41); }

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