Html Css Color HEX #48113D Blackberry

📋 copy color: '#48113D'

red 72 ◦ green 17 ◦ blue 61

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

Shades of Blackberry #48113D

Tints of Blackberry #48113D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 40.67%

R = 48%
G = 11.33%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#48113D (or 0x48113D) is known color: Blackberry. HEX triplet: 48, 11 and 3D. RGB value is (72,17,61). Sum of RGB (Red+Green+Blue) = 72+17+61=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #48113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48113D is #B7EEC2. Grayscale: #262626. Windows color (decimal): -12054211 or 4002120. OLE color: 4002120.

HSL color Cylindrical-coordinate representation of color #48113D: hue angle of 312º 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 #48113D is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 17 61 -
CMYK 0 0.76 0.15 0.72
HSL 312º 0.62% 0.17% -
HSV(B) 312º 0.76% 0.28% -
XYZ 3.72 2.12 4.63 -
YUV 38.46 140.72 151.92 -
System Red Green Blue C M Y K H S L
Decimal 72 17 61 0 0.76 0.15 0.72 312 0.62 0.17
Hex 48 11 3D 0 4C F 48 138 3E 11
Octal 110 21 75 0 114 17 110 470 76 21
Binary 1001000 10001 111101 0 1001100 1111 1001000 100111000 111110 10001

Color Harmonies of #48113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48113D

Black with #48113D

Text Example


Text Example

White with #48113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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