Html Css Color HEX #480A29 Blackberry

📋 copy color: '#480A29'

red 72 ◦ green 10 ◦ blue 41

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

Shades of Blackberry #480A29

Tints of Blackberry #480A29

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.13%

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

R = 58.54%
G = 8.13%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#480A29 (or 0x480A29) is known color: Blackberry. HEX triplet: 48, 0A and 29. RGB value is (72,10,41). Sum of RGB (Red+Green+Blue) = 72+10+41=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #480A29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480A29 is #B7F5D6. Grayscale: #202020. Windows color (decimal): -12056023 or 2689608. OLE color: 2689608.

HSL color Cylindrical-coordinate representation of color #480A29: hue angle of 330º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #480A29 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 10 41 -
CMYK 0 0.86 0.43 0.72
HSL 330º 0.76% 0.16% -
HSV(B) 330º 0.86% 0.28% -
XYZ 3.18 1.75 2.27 -
YUV 32.07 133.04 156.48 -
System Red Green Blue C M Y K H S L
Decimal 72 10 41 0 0.86 0.43 0.72 330 0.76 0.16
Hex 48 A 29 0 56 2B 48 14A 4C 10
Octal 110 12 51 0 126 53 110 512 114 20
Binary 1001000 1010 101001 0 1010110 101011 1001000 101001010 1001100 10000

Color Harmonies of #480A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480A29

Black with #480A29

Text Example


Text Example

White with #480A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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