Html Css Color HEX #48052F Blackberry

📋 copy color: '#48052F'

red 72 ◦ green 5 ◦ blue 47

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

Shades of Blackberry #48052F

Tints of Blackberry #48052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 37.9%

R = 58.06%
G = 4.03%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48052F (or 0x48052F) is known color: Blackberry. HEX triplet: 48, 05 and 2F. RGB value is (72,5,47). Sum of RGB (Red+Green+Blue) = 72+5+47=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #48052F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48052F is #B7FAD0. Grayscale: #1D1D1D. Windows color (decimal): -12057297 or 3081544. OLE color: 3081544.

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

Color convert

RGB 72 5 47 -
CMYK 0 0.93 0.35 0.72
HSL 322.39º 0.87% 0.15% -
HSV(B) 322.39º 0.93% 0.28% -
XYZ 3.24 1.69 2.85 -
YUV 29.82 137.7 158.08 -
System Red Green Blue C M Y K H S L
Decimal 72 5 47 0 0.93 0.35 0.72 322.39 0.87 0.15
Hex 48 5 2F 0 5D 23 48 142 57 F
Octal 110 5 57 0 135 43 110 502 127 17
Binary 1001000 101 101111 0 1011101 100011 1001000 101000010 1010111 1111

Color Harmonies of #48052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48052F

Black with #48052F

Text Example


Text Example

White with #48052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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