Html Css Color HEX #480D3A Blackberry

📋 copy color: '#480D3A'

red 72 ◦ green 13 ◦ blue 58

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

Shades of Blackberry #480D3A

Tints of Blackberry #480D3A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.09%

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

R = 50.35%
G = 9.09%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#480D3A (or 0x480D3A) is known color: Blackberry. HEX triplet: 48, 0D and 3A. RGB value is (72,13,58). Sum of RGB (Red+Green+Blue) = 72+13+58=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #480D3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480D3A is #B7F2C5. Grayscale: #232323. Windows color (decimal): -12055238 or 3804488. OLE color: 3804488.

HSL color Cylindrical-coordinate representation of color #480D3A: hue angle of 314.24º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #480D3A is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 13 58 -
CMYK 0 0.82 0.19 0.72
HSL 314.24º 0.69% 0.17% -
HSV(B) 314.24º 0.82% 0.28% -
XYZ 3.58 1.97 4.19 -
YUV 35.77 140.55 153.84 -
System Red Green Blue C M Y K H S L
Decimal 72 13 58 0 0.82 0.19 0.72 314.24 0.69 0.17
Hex 48 D 3A 0 52 13 48 13A 45 11
Octal 110 15 72 0 122 23 110 472 105 21
Binary 1001000 1101 111010 0 1010010 10011 1001000 100111010 1000101 10001

Color Harmonies of #480D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480D3A

Black with #480D3A

Text Example


Text Example

White with #480D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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