Html Css Color HEX #48052B Blackberry

📋 copy color: '#48052B'

red 72 ◦ green 5 ◦ blue 43

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

Shades of Blackberry #48052B

Tints of Blackberry #48052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 35.83%

R = 60%
G = 4.17%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#48052B (or 0x48052B) is known color: Blackberry. HEX triplet: 48, 05 and 2B. RGB value is (72,5,43). Sum of RGB (Red+Green+Blue) = 72+5+43=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #48052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48052B is #B7FAD4. Grayscale: #1D1D1D. Windows color (decimal): -12057301 or 2819400. OLE color: 2819400.

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

Color convert

RGB 72 5 43 -
CMYK 0 0.93 0.40 0.72
HSL 325.97º 0.87% 0.15% -
HSV(B) 325.97º 0.93% 0.28% -
XYZ 3.16 1.66 2.44 -
YUV 29.37 135.7 158.41 -
System Red Green Blue C M Y K H S L
Decimal 72 5 43 0 0.93 0.40 0.72 325.97 0.87 0.15
Hex 48 5 2B 0 5D 28 48 146 57 F
Octal 110 5 53 0 135 50 110 506 127 17
Binary 1001000 101 101011 0 1011101 101000 1001000 101000110 1010111 1111

Color Harmonies of #48052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48052B

Black with #48052B

Text Example


Text Example

White with #48052B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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