Html Css Color HEX #480124 Blackberry

📋 copy color: '#480124'

red 72 ◦ green 1 ◦ blue 36

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

Shades of Blackberry #480124

Tints of Blackberry #480124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.92%

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

R = 66.06%
G = 0.92%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#480124 (or 0x480124) is known color: Blackberry. HEX triplet: 48, 01 and 24. RGB value is (72,1,36). Sum of RGB (Red+Green+Blue) = 72+1+36=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #480124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480124 is #B7FEDB. Grayscale: #1A1A1A. Windows color (decimal): -12058332 or 2359624. OLE color: 2359624.

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

Color convert

RGB 72 1 36 -
CMYK 0 0.99 0.5 0.72
HSL 330.42º 0.97% 0.14% -
HSV(B) 330.42º 0.99% 0.28% -
XYZ 3 1.53 1.81 -
YUV 26.22 133.52 160.65 -
System Red Green Blue C M Y K H S L
Decimal 72 1 36 0 0.99 0.5 0.72 330.42 0.97 0.14
Hex 48 1 24 0 63 32 48 14A 61 E
Octal 110 1 44 0 143 62 110 512 141 16
Binary 1001000 1 100100 0 1100011 110010 1001000 101001010 1100001 1110

Color Harmonies of #480124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480124

Black with #480124

Text Example


Text Example

White with #480124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480124; }

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

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

background-color css

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

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

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

border-color css

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

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

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