Html Css Color HEX #480324 Blackberry

📋 copy color: '#480324'

red 72 ◦ green 3 ◦ blue 36

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

Shades of Blackberry #480324

Tints of Blackberry #480324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 32.43%

R = 64.86%
G = 2.7%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#480324 (or 0x480324) is known color: Blackberry. HEX triplet: 48, 03 and 24. RGB value is (72,3,36). Sum of RGB (Red+Green+Blue) = 72+3+36=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #480324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480324 is #B7FCDB. Grayscale: #1B1B1B. Windows color (decimal): -12057820 or 2360136. OLE color: 2360136.

HSL color Cylindrical-coordinate representation of color #480324: hue angle of 331.3º 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 #480324 is Cyan = 0, Magento = 0.96, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 3 36 -
CMYK 0 0.96 0.5 0.72
HSL 331.3º 0.92% 0.15% -
HSV(B) 331.3º 0.96% 0.28% -
XYZ 3.02 1.57 1.81 -
YUV 27.39 132.86 159.82 -
System Red Green Blue C M Y K H S L
Decimal 72 3 36 0 0.96 0.5 0.72 331.3 0.92 0.15
Hex 48 3 24 0 60 32 48 14B 5C F
Octal 110 3 44 0 140 62 110 513 134 17
Binary 1001000 11 100100 0 1100000 110010 1001000 101001011 1011100 1111

Color Harmonies of #480324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480324

Black with #480324

Text Example


Text Example

White with #480324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480324; }

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

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

background-color css

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

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

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

border-color css

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

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

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