Html Css Color HEX #480924 Blackberry

📋 copy color: '#480924'

red 72 ◦ green 9 ◦ blue 36

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

Shades of Blackberry #480924

Tints of Blackberry #480924

RGB

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

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

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

R = 61.54%
G = 7.69%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#480924 (or 0x480924) is known color: Blackberry. HEX triplet: 48, 09 and 24. RGB value is (72,9,36). Sum of RGB (Red+Green+Blue) = 72+9+36=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #480924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480924 is #B7F6DB. Grayscale: #1E1E1E. Windows color (decimal): -12056284 or 2361672. OLE color: 2361672.

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

Color convert

RGB 72 9 36 -
CMYK 0 0.88 0.5 0.72
HSL 334.29º 0.78% 0.16% -
HSV(B) 334.29º 0.88% 0.28% -
XYZ 3.09 1.7 1.83 -
YUV 30.92 130.87 157.3 -
System Red Green Blue C M Y K H S L
Decimal 72 9 36 0 0.88 0.5 0.72 334.29 0.78 0.16
Hex 48 9 24 0 58 32 48 14E 4E 10
Octal 110 11 44 0 130 62 110 516 116 20
Binary 1001000 1001 100100 0 1011000 110010 1001000 101001110 1001110 10000

Color Harmonies of #480924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480924

Black with #480924

Text Example


Text Example

White with #480924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480924; }

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

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

background-color css

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

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

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

border-color css

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

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

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