Html Css Color HEX #480B25 Blackberry

📋 copy color: '#480B25'

red 72 ◦ green 11 ◦ blue 37

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

Shades of Blackberry #480B25

Tints of Blackberry #480B25

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.17%

 BLUE value IS 37 (14.84% from 255) = 30.83%

R = 60%
G = 9.17%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#480B25 (or 0x480B25) is known color: Blackberry. HEX triplet: 48, 0B and 25. RGB value is (72,11,37). Sum of RGB (Red+Green+Blue) = 72+11+37=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #480B25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B25 is #B7F4DA. Grayscale: #202020. Windows color (decimal): -12055771 or 2427720. OLE color: 2427720.

HSL color Cylindrical-coordinate representation of color #480B25: hue angle of 334.43º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #480B25 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 11 37 -
CMYK 0 0.85 0.49 0.72
HSL 334.43º 0.73% 0.16% -
HSV(B) 334.43º 0.85% 0.28% -
XYZ 3.13 1.75 1.92 -
YUV 32.2 130.71 156.39 -
System Red Green Blue C M Y K H S L
Decimal 72 11 37 0 0.85 0.49 0.72 334.43 0.73 0.16
Hex 48 B 25 0 55 31 48 14E 49 10
Octal 110 13 45 0 125 61 110 516 111 20
Binary 1001000 1011 100101 0 1010101 110001 1001000 101001110 1001001 10000

Color Harmonies of #480B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480B25

Black with #480B25

Text Example


Text Example

White with #480B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,11,37); }

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

background-color css

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

 a { background-color: rgb(72,11,37); }

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

border-color css

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

 span { border-color: rgb(72,11,37); }

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