Html Css Color HEX #48072B Blackberry

📋 copy color: '#48072B'

red 72 ◦ green 7 ◦ blue 43

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

Shades of Blackberry #48072B

Tints of Blackberry #48072B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.74%

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

R = 59.02%
G = 5.74%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#48072B (or 0x48072B) is known color: Blackberry. HEX triplet: 48, 07 and 2B. RGB value is (72,7,43). Sum of RGB (Red+Green+Blue) = 72+7+43=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #48072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48072B is #B7F8D4. Grayscale: #1E1E1E. Windows color (decimal): -12056789 or 2819912. OLE color: 2819912.

HSL color Cylindrical-coordinate representation of color #48072B: hue angle of 326.77º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48072B is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 7 43 -
CMYK 0 0.90 0.40 0.72
HSL 326.77º 0.82% 0.15% -
HSV(B) 326.77º 0.9% 0.28% -
XYZ 3.18 1.7 2.45 -
YUV 30.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 72 7 43 0 0.90 0.40 0.72 326.77 0.82 0.15
Hex 48 7 2B 0 5A 28 48 147 52 F
Octal 110 7 53 0 132 50 110 507 122 17
Binary 1001000 111 101011 0 1011010 101000 1001000 101000111 1010010 1111

Color Harmonies of #48072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48072B

Black with #48072B

Text Example


Text Example

White with #48072B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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