Html Css Color HEX #480136 Blackberry

📋 copy color: '#480136'

red 72 ◦ green 1 ◦ blue 54

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

Shades of Blackberry #480136

Tints of Blackberry #480136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 42.52%

R = 56.69%
G = 0.79%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#480136 (or 0x480136) is known color: Blackberry. HEX triplet: 48, 01 and 36. RGB value is (72,1,54). Sum of RGB (Red+Green+Blue) = 72+1+54=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #480136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480136 is #B7FEC9. Grayscale: #1C1C1C. Windows color (decimal): -12058314 or 3539272. OLE color: 3539272.

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

Color convert

RGB 72 1 54 -
CMYK 0 0.99 0.25 0.72
HSL 315.21º 0.97% 0.14% -
HSV(B) 315.21º 0.99% 0.28% -
XYZ 3.35 1.67 3.64 -
YUV 28.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 72 1 54 0 0.99 0.25 0.72 315.21 0.97 0.14
Hex 48 1 36 0 63 19 48 13B 61 E
Octal 110 1 66 0 143 31 110 473 141 16
Binary 1001000 1 110110 0 1100011 11001 1001000 100111011 1100001 1110

Color Harmonies of #480136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480136

Black with #480136

Text Example


Text Example

White with #480136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480136; }

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

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

background-color css

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

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

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

border-color css

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

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

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