Html Css Color HEX #480D28 Blackberry

📋 copy color: '#480D28'

red 72 ◦ green 13 ◦ blue 40

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

Shades of Blackberry #480D28

Tints of Blackberry #480D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 32%

R = 57.6%
G = 10.4%
B = 32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#480D28 (or 0x480D28) is known color: Blackberry. HEX triplet: 48, 0D and 28. RGB value is (72,13,40). Sum of RGB (Red+Green+Blue) = 72+13+40=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #480D28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480D28 is #B7F2D7. Grayscale: #212121. Windows color (decimal): -12055256 or 2624840. OLE color: 2624840.

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

Color convert

RGB 72 13 40 -
CMYK 0 0.82 0.44 0.72
HSL 332.54º 0.69% 0.17% -
HSV(B) 332.54º 0.82% 0.28% -
XYZ 3.2 1.82 2.19 -
YUV 33.72 131.55 155.3 -
System Red Green Blue C M Y K H S L
Decimal 72 13 40 0 0.82 0.44 0.72 332.54 0.69 0.17
Hex 48 D 28 0 52 2C 48 14D 45 11
Octal 110 15 50 0 122 54 110 515 105 21
Binary 1001000 1101 101000 0 1010010 101100 1001000 101001101 1000101 10001

Color Harmonies of #480D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480D28

Black with #480D28

Text Example


Text Example

White with #480D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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