Html Css Color HEX #48053C Blackberry

📋 copy color: '#48053C'

red 72 ◦ green 5 ◦ blue 60

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

Shades of Blackberry #48053C

Tints of Blackberry #48053C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 43.8%

R = 52.55%
G = 3.65%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48053C (or 0x48053C) is known color: Blackberry. HEX triplet: 48, 05 and 3C. RGB value is (72,5,60). Sum of RGB (Red+Green+Blue) = 72+5+60=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #48053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48053C is #B7FAC3. Grayscale: #1F1F1F. Windows color (decimal): -12057284 or 3933512. OLE color: 3933512.

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

Color convert

RGB 72 5 60 -
CMYK 0 0.93 0.17 0.72
HSL 310.75º 0.87% 0.15% -
HSV(B) 310.75º 0.93% 0.28% -
XYZ 3.54 1.81 4.44 -
YUV 31.3 144.2 157.03 -
System Red Green Blue C M Y K H S L
Decimal 72 5 60 0 0.93 0.17 0.72 310.75 0.87 0.15
Hex 48 5 3C 0 5D 11 48 137 57 F
Octal 110 5 74 0 135 21 110 467 127 17
Binary 1001000 101 111100 0 1011101 10001 1001000 100110111 1010111 1111

Color Harmonies of #48053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48053C

Black with #48053C

Text Example


Text Example

White with #48053C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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