Html Css Color HEX #480024 Blackberry

📋 copy color: '#480024'

red 72 ◦ green 0 ◦ blue 36

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

Shades of Blackberry #480024

Tints of Blackberry #480024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#480024 (or 0x480024) is known color: Blackberry. HEX triplet: 48, 00 and 24. RGB value is (72,0,36). Sum of RGB (Red+Green+Blue) = 72+0+36=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #480024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480024 is #B7FFDB. Grayscale: #191919. Windows color (decimal): -12058588 or 2359368. OLE color: 2359368.

HSL color Cylindrical-coordinate representation of color #480024: hue angle of 330º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480024 is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 0 36 -
CMYK 0 1 0.5 0.72
HSL 330º 1% 0.14% -
HSV(B) 330º 1% 0.28% -
XYZ 2.99 1.51 1.8 -
YUV 25.63 133.85 161.07 -
System Red Green Blue C M Y K H S L
Decimal 72 0 36 0 1 0.5 0.72 330 1 0.14
Hex 48 0 24 0 64 32 48 14A 64 E
Octal 110 0 44 0 144 62 110 512 144 16
Binary 1001000 0 100100 0 1100100 110010 1001000 101001010 1100100 1110

Color Harmonies of #480024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480024

Black with #480024

Text Example


Text Example

White with #480024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480024; }

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

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

background-color css

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

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

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

border-color css

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

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

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