Html Css Color HEX #480A3A Blackberry

📋 copy color: '#480A3A'

red 72 ◦ green 10 ◦ blue 58

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

Shades of Blackberry #480A3A

Tints of Blackberry #480A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 41.43%

R = 51.43%
G = 7.14%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#480A3A (or 0x480A3A) is known color: Blackberry. HEX triplet: 48, 0A and 3A. RGB value is (72,10,58). Sum of RGB (Red+Green+Blue) = 72+10+58=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #480A3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480A3A is #B7F5C5. Grayscale: #212121. Windows color (decimal): -12056006 or 3803720. OLE color: 3803720.

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

Color convert

RGB 72 10 58 -
CMYK 0 0.86 0.19 0.72
HSL 313.55º 0.76% 0.16% -
HSV(B) 313.55º 0.86% 0.28% -
XYZ 3.54 1.9 4.18 -
YUV 34.01 141.54 155.1 -
System Red Green Blue C M Y K H S L
Decimal 72 10 58 0 0.86 0.19 0.72 313.55 0.76 0.16
Hex 48 A 3A 0 56 13 48 13A 4C 10
Octal 110 12 72 0 126 23 110 472 114 20
Binary 1001000 1010 111010 0 1010110 10011 1001000 100111010 1001100 10000

Color Harmonies of #480A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480A3A

Black with #480A3A

Text Example


Text Example

White with #480A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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