Html Css Color HEX #480F2D Blackberry

📋 copy color: '#480F2D'

red 72 ◦ green 15 ◦ blue 45

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

Shades of Blackberry #480F2D

Tints of Blackberry #480F2D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.36%

 BLUE value IS 45 (17.97% from 255) = 34.09%

R = 54.55%
G = 11.36%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#480F2D (or 0x480F2D) is known color: Blackberry. HEX triplet: 48, 0F and 2D. RGB value is (72,15,45). Sum of RGB (Red+Green+Blue) = 72+15+45=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #480F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F2D is #B7F0D2. Grayscale: #232323. Windows color (decimal): -12054739 or 2953032. OLE color: 2953032.

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

Color convert

RGB 72 15 45 -
CMYK 0 0.79 0.38 0.72
HSL 328.42º 0.66% 0.17% -
HSV(B) 328.42º 0.79% 0.28% -
XYZ 3.32 1.91 2.68 -
YUV 35.46 133.38 154.06 -
System Red Green Blue C M Y K H S L
Decimal 72 15 45 0 0.79 0.38 0.72 328.42 0.66 0.17
Hex 48 F 2D 0 4F 26 48 148 42 11
Octal 110 17 55 0 117 46 110 510 102 21
Binary 1001000 1111 101101 0 1001111 100110 1001000 101001000 1000010 10001

Color Harmonies of #480F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480F2D

Black with #480F2D

Text Example


Text Example

White with #480F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,15,45); }

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

background-color css

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

 a { background-color: rgb(72,15,45); }

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

border-color css

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

 span { border-color: rgb(72,15,45); }

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