Html Css Color HEX #480A3D Blackberry

📋 copy color: '#480A3D'

red 72 ◦ green 10 ◦ blue 61

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

Shades of Blackberry #480A3D

Tints of Blackberry #480A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 42.66%

R = 50.35%
G = 6.99%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#480A3D (or 0x480A3D) is known color: Blackberry. HEX triplet: 48, 0A and 3D. RGB value is (72,10,61). Sum of RGB (Red+Green+Blue) = 72+10+61=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #480A3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480A3D is #B7F5C2. Grayscale: #222222. Windows color (decimal): -12056003 or 4000328. OLE color: 4000328.

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

Color convert

RGB 72 10 61 -
CMYK 0 0.86 0.15 0.72
HSL 310.65º 0.76% 0.16% -
HSV(B) 310.65º 0.86% 0.28% -
XYZ 3.62 1.93 4.6 -
YUV 34.35 143.04 154.85 -
System Red Green Blue C M Y K H S L
Decimal 72 10 61 0 0.86 0.15 0.72 310.65 0.76 0.16
Hex 48 A 3D 0 56 F 48 137 4C 10
Octal 110 12 75 0 126 17 110 467 114 20
Binary 1001000 1010 111101 0 1010110 1111 1001000 100110111 1001100 10000

Color Harmonies of #480A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480A3D

Black with #480A3D

Text Example


Text Example

White with #480A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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