Html Css Color HEX #48113C Blackberry

📋 copy color: '#48113C'

red 72 ◦ green 17 ◦ blue 60

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

Shades of Blackberry #48113C

Tints of Blackberry #48113C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.41%

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

R = 48.32%
G = 11.41%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48113C (or 0x48113C) is known color: Blackberry. HEX triplet: 48, 11 and 3C. RGB value is (72,17,60). Sum of RGB (Red+Green+Blue) = 72+17+60=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #48113C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48113C is #B7EEC3. Grayscale: #262626. Windows color (decimal): -12054212 or 3936584. OLE color: 3936584.

HSL color Cylindrical-coordinate representation of color #48113C: hue angle of 313.09º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48113C is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 17 60 -
CMYK 0 0.76 0.17 0.72
HSL 313.09º 0.62% 0.17% -
HSV(B) 313.09º 0.76% 0.28% -
XYZ 3.69 2.1 4.49 -
YUV 38.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 72 17 60 0 0.76 0.17 0.72 313.09 0.62 0.17
Hex 48 11 3C 0 4C 11 48 139 3E 11
Octal 110 21 74 0 114 21 110 471 76 21
Binary 1001000 10001 111100 0 1001100 10001 1001000 100111001 111110 10001

Color Harmonies of #48113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48113C

Black with #48113C

Text Example


Text Example

White with #48113C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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