Html Css Color HEX #48052A Blackberry

📋 copy color: '#48052A'

red 72 ◦ green 5 ◦ blue 42

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

Shades of Blackberry #48052A

Tints of Blackberry #48052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 35.29%

R = 60.5%
G = 4.2%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#48052A (or 0x48052A) is known color: Blackberry. HEX triplet: 48, 05 and 2A. RGB value is (72,5,42). Sum of RGB (Red+Green+Blue) = 72+5+42=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #48052A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48052A is #B7FAD5. Grayscale: #1D1D1D. Windows color (decimal): -12057302 or 2753864. OLE color: 2753864.

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

Color convert

RGB 72 5 42 -
CMYK 0 0.93 0.42 0.72
HSL 326.87º 0.87% 0.15% -
HSV(B) 326.87º 0.93% 0.28% -
XYZ 3.14 1.65 2.34 -
YUV 29.25 135.2 158.49 -
System Red Green Blue C M Y K H S L
Decimal 72 5 42 0 0.93 0.42 0.72 326.87 0.87 0.15
Hex 48 5 2A 0 5D 2A 48 147 57 F
Octal 110 5 52 0 135 52 110 507 127 17
Binary 1001000 101 101010 0 1011101 101010 1001000 101000111 1010111 1111

Color Harmonies of #48052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48052A

Black with #48052A

Text Example


Text Example

White with #48052A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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