Html Css Color HEX #48103B Blackberry

📋 copy color: '#48103B'

red 72 ◦ green 16 ◦ blue 59

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

Shades of Blackberry #48103B

Tints of Blackberry #48103B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.88%

 BLUE value IS 59 (23.44% from 255) = 40.14%

R = 48.98%
G = 10.88%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#48103B (or 0x48103B) is known color: Blackberry. HEX triplet: 48, 10 and 3B. RGB value is (72,16,59). Sum of RGB (Red+Green+Blue) = 72+16+59=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #48103B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48103B is #B7EFC4. Grayscale: #252525. Windows color (decimal): -12054469 or 3870792. OLE color: 3870792.

HSL color Cylindrical-coordinate representation of color #48103B: hue angle of 313.93º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48103B is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 16 59 -
CMYK 0 0.78 0.18 0.72
HSL 313.93º 0.64% 0.17% -
HSV(B) 313.93º 0.78% 0.28% -
XYZ 3.65 2.06 4.34 -
YUV 37.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 72 16 59 0 0.78 0.18 0.72 313.93 0.64 0.17
Hex 48 10 3B 0 4E 12 48 13A 40 11
Octal 110 20 73 0 116 22 110 472 100 21
Binary 1001000 10000 111011 0 1001110 10010 1001000 100111010 1000000 10001

Color Harmonies of #48103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48103B

Black with #48103B

Text Example


Text Example

White with #48103B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,16,59); }

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

background-color css

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

 a { background-color: rgb(72,16,59); }

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

border-color css

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

 span { border-color: rgb(72,16,59); }

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