Html Css Color HEX #48052D Blackberry

📋 copy color: '#48052D'

red 72 ◦ green 5 ◦ blue 45

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

Shades of Blackberry #48052D

Tints of Blackberry #48052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 36.89%

R = 59.02%
G = 4.1%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48052D (or 0x48052D) is known color: Blackberry. HEX triplet: 48, 05 and 2D. RGB value is (72,5,45). Sum of RGB (Red+Green+Blue) = 72+5+45=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #48052D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48052D is #B7FAD2. Grayscale: #1D1D1D. Windows color (decimal): -12057299 or 2950472. OLE color: 2950472.

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

Color convert

RGB 72 5 45 -
CMYK 0 0.93 0.38 0.72
HSL 324.18º 0.87% 0.15% -
HSV(B) 324.18º 0.93% 0.28% -
XYZ 3.2 1.68 2.64 -
YUV 29.59 136.7 158.25 -
System Red Green Blue C M Y K H S L
Decimal 72 5 45 0 0.93 0.38 0.72 324.18 0.87 0.15
Hex 48 5 2D 0 5D 26 48 144 57 F
Octal 110 5 55 0 135 46 110 504 127 17
Binary 1001000 101 101101 0 1011101 100110 1001000 101000100 1010111 1111

Color Harmonies of #48052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48052D

Black with #48052D

Text Example


Text Example

White with #48052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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