Html Css Color HEX #480933 Blackberry

📋 copy color: '#480933'

red 72 ◦ green 9 ◦ blue 51

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

Shades of Blackberry #480933

Tints of Blackberry #480933

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.82%

 BLUE value IS 51 (20.31% from 255) = 38.64%

R = 54.55%
G = 6.82%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#480933 (or 0x480933) is known color: Blackberry. HEX triplet: 48, 09 and 33. RGB value is (72,9,51). Sum of RGB (Red+Green+Blue) = 72+9+51=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #480933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480933 is #B7F6CC. Grayscale: #202020. Windows color (decimal): -12056269 or 3344712. OLE color: 3344712.

HSL color Cylindrical-coordinate representation of color #480933: hue angle of 320º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #480933 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 9 51 -
CMYK 0 0.88 0.29 0.72
HSL 320º 0.78% 0.16% -
HSV(B) 320º 0.88% 0.28% -
XYZ 3.37 1.81 3.3 -
YUV 32.63 138.37 156.08 -
System Red Green Blue C M Y K H S L
Decimal 72 9 51 0 0.88 0.29 0.72 320 0.78 0.16
Hex 48 9 33 0 58 1D 48 140 4E 10
Octal 110 11 63 0 130 35 110 500 116 20
Binary 1001000 1001 110011 0 1011000 11101 1001000 101000000 1001110 10000

Color Harmonies of #480933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480933

Black with #480933

Text Example


Text Example

White with #480933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480933; }

 p { color: rgb(72,9,51); }

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

background-color css

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

 a { background-color: rgb(72,9,51); }

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

border-color css

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

 span { border-color: rgb(72,9,51); }

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