Html Css Color HEX #480326 Blackberry

📋 copy color: '#480326'

red 72 ◦ green 3 ◦ blue 38

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

Shades of Blackberry #480326

Tints of Blackberry #480326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.65%

 BLUE value IS 38 (15.23% from 255) = 33.63%

R = 63.72%
G = 2.65%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#480326 (or 0x480326) is known color: Blackberry. HEX triplet: 48, 03 and 26. RGB value is (72,3,38). Sum of RGB (Red+Green+Blue) = 72+3+38=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #480326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480326 is #B7FCD9. Grayscale: #1B1B1B. Windows color (decimal): -12057818 or 2491208. OLE color: 2491208.

HSL color Cylindrical-coordinate representation of color #480326: hue angle of 329.57º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #480326 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 3 38 -
CMYK 0 0.96 0.47 0.72
HSL 329.57º 0.92% 0.15% -
HSV(B) 329.57º 0.96% 0.28% -
XYZ 3.05 1.58 1.98 -
YUV 27.62 133.86 159.65 -
System Red Green Blue C M Y K H S L
Decimal 72 3 38 0 0.96 0.47 0.72 329.57 0.92 0.15
Hex 48 3 26 0 60 2F 48 14A 5C F
Octal 110 3 46 0 140 57 110 512 134 17
Binary 1001000 11 100110 0 1100000 101111 1001000 101001010 1011100 1111

Color Harmonies of #480326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480326

Black with #480326

Text Example


Text Example

White with #480326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480326; }

 p { color: rgb(72,3,38); }

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

background-color css

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

 a { background-color: rgb(72,3,38); }

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

border-color css

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

 span { border-color: rgb(72,3,38); }

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