Html Css Color HEX #48053F Blackberry

📋 copy color: '#48053F'

red 72 ◦ green 5 ◦ blue 63

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

Shades of Blackberry #48053F

Tints of Blackberry #48053F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 45%

R = 51.43%
G = 3.57%
B = 45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48053F (or 0x48053F) is known color: Blackberry. HEX triplet: 48, 05 and 3F. RGB value is (72,5,63). Sum of RGB (Red+Green+Blue) = 72+5+63=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #48053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48053F is #B7FAC0. Grayscale: #1F1F1F. Windows color (decimal): -12057281 or 4130120. OLE color: 4130120.

HSL color Cylindrical-coordinate representation of color #48053F: hue angle of 308.06º 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 #48053F is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 5 63 -
CMYK 0 0.93 0.12 0.72
HSL 308.06º 0.87% 0.15% -
HSV(B) 308.06º 0.93% 0.28% -
XYZ 3.62 1.85 4.87 -
YUV 31.65 145.7 156.78 -
System Red Green Blue C M Y K H S L
Decimal 72 5 63 0 0.93 0.12 0.72 308.06 0.87 0.15
Hex 48 5 3F 0 5D C 48 134 57 F
Octal 110 5 77 0 135 14 110 464 127 17
Binary 1001000 101 111111 0 1011101 1100 1001000 100110100 1010111 1111

Color Harmonies of #48053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48053F

Black with #48053F

Text Example


Text Example

White with #48053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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