Html Css Color HEX #48103C Blackberry

📋 copy color: '#48103C'

red 72 ◦ green 16 ◦ blue 60

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

Shades of Blackberry #48103C

Tints of Blackberry #48103C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 40.54%

R = 48.65%
G = 10.81%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48103C (or 0x48103C) is known color: Blackberry. HEX triplet: 48, 10 and 3C. RGB value is (72,16,60). Sum of RGB (Red+Green+Blue) = 72+16+60=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #48103C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48103C is #B7EFC3. Grayscale: #252525. Windows color (decimal): -12054468 or 3936328. OLE color: 3936328.

HSL color Cylindrical-coordinate representation of color #48103C: hue angle of 312.86º 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 #48103C is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 16 60 -
CMYK 0 0.78 0.17 0.72
HSL 312.86º 0.64% 0.17% -
HSV(B) 312.86º 0.78% 0.28% -
XYZ 3.67 2.07 4.48 -
YUV 37.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 72 16 60 0 0.78 0.17 0.72 312.86 0.64 0.17
Hex 48 10 3C 0 4E 11 48 139 40 11
Octal 110 20 74 0 116 21 110 471 100 21
Binary 1001000 10000 111100 0 1001110 10001 1001000 100111001 1000000 10001

Color Harmonies of #48103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48103C

Black with #48103C

Text Example


Text Example

White with #48103C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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