Html Css Color HEX #48053A Blackberry

📋 copy color: '#48053A'

red 72 ◦ green 5 ◦ blue 58

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

Shades of Blackberry #48053A

Tints of Blackberry #48053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.7%

 BLUE value IS 58 (23.05% from 255) = 42.96%

R = 53.33%
G = 3.7%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48053A (or 0x48053A) is known color: Blackberry. HEX triplet: 48, 05 and 3A. RGB value is (72,5,58). Sum of RGB (Red+Green+Blue) = 72+5+58=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48053A is #B7FAC5. Grayscale: #1E1E1E. Windows color (decimal): -12057286 or 3802440. OLE color: 3802440.

HSL color Cylindrical-coordinate representation of color #48053A: hue angle of 312.54º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48053A is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 5 58 -
CMYK 0 0.93 0.19 0.72
HSL 312.54º 0.87% 0.15% -
HSV(B) 312.54º 0.93% 0.28% -
XYZ 3.49 1.79 4.16 -
YUV 31.08 143.2 157.19 -
System Red Green Blue C M Y K H S L
Decimal 72 5 58 0 0.93 0.19 0.72 312.54 0.87 0.15
Hex 48 5 3A 0 5D 13 48 139 57 F
Octal 110 5 72 0 135 23 110 471 127 17
Binary 1001000 101 111010 0 1011101 10011 1001000 100111001 1010111 1111

Color Harmonies of #48053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48053A

Black with #48053A

Text Example


Text Example

White with #48053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48053A; }

 p { color: rgb(72,5,58); }

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

background-color css

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

 a { background-color: rgb(72,5,58); }

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

border-color css

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

 span { border-color: rgb(72,5,58); }

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