Html Css Color HEX #480A3B Blackberry

📋 copy color: '#480A3B'

red 72 ◦ green 10 ◦ blue 59

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

Shades of Blackberry #480A3B

Tints of Blackberry #480A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 41.84%

R = 51.06%
G = 7.09%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#480A3B (or 0x480A3B) is known color: Blackberry. HEX triplet: 48, 0A and 3B. RGB value is (72,10,59). Sum of RGB (Red+Green+Blue) = 72+10+59=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #480A3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480A3B is #B7F5C4. Grayscale: #212121. Windows color (decimal): -12056005 or 3869256. OLE color: 3869256.

HSL color Cylindrical-coordinate representation of color #480A3B: hue angle of 312.58º 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 #480A3B is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 10 59 -
CMYK 0 0.86 0.18 0.72
HSL 312.58º 0.76% 0.16% -
HSV(B) 312.58º 0.86% 0.28% -
XYZ 3.57 1.91 4.32 -
YUV 34.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 72 10 59 0 0.86 0.18 0.72 312.58 0.76 0.16
Hex 48 A 3B 0 56 12 48 139 4C 10
Octal 110 12 73 0 126 22 110 471 114 20
Binary 1001000 1010 111011 0 1010110 10010 1001000 100111001 1001100 10000

Color Harmonies of #480A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480A3B

Black with #480A3B

Text Example


Text Example

White with #480A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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