Html Css Color HEX #480138 Blackberry

📋 copy color: '#480138'

red 72 ◦ green 1 ◦ blue 56

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

Shades of Blackberry #480138

Tints of Blackberry #480138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 43.41%

R = 55.81%
G = 0.78%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#480138 (or 0x480138) is known color: Blackberry. HEX triplet: 48, 01 and 38. RGB value is (72,1,56). Sum of RGB (Red+Green+Blue) = 72+1+56=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #480138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480138 is #B7FEC7. Grayscale: #1C1C1C. Windows color (decimal): -12058312 or 3670344. OLE color: 3670344.

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

Color convert

RGB 72 1 56 -
CMYK 0 0.99 0.22 0.72
HSL 313.52º 0.97% 0.14% -
HSV(B) 313.52º 0.99% 0.28% -
XYZ 3.4 1.68 3.89 -
YUV 28.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 72 1 56 0 0.99 0.22 0.72 313.52 0.97 0.14
Hex 48 1 38 0 63 16 48 13A 61 E
Octal 110 1 70 0 143 26 110 472 141 16
Binary 1001000 1 111000 0 1100011 10110 1001000 100111010 1100001 1110

Color Harmonies of #480138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480138

Black with #480138

Text Example


Text Example

White with #480138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480138; }

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

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

background-color css

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

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

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

border-color css

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

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

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