Html Css Color HEX #4D153D Blackberry

📋 copy color: '#4D153D'

red 77 ◦ green 21 ◦ blue 61

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

Shades of Blackberry #4D153D

Tints of Blackberry #4D153D

RGB

 RED value IS 77 (30.47% from 255) = 48.43%

 GREEN value IS 21 (8.59% from 255) = 13.21%

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

R = 48.43%
G = 13.21%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4D153D (or 0x4D153D) is known color: Blackberry. HEX triplet: 4D, 15 and 3D. RGB value is (77,21,61). Sum of RGB (Red+Green+Blue) = 77+21+61=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D153D is #B2EAC2. Grayscale: #2A2A2A. Windows color (decimal): -11725507 or 4003149. OLE color: 4003149.

HSL color Cylindrical-coordinate representation of color #4D153D: hue angle of 317.14º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D153D is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 21 61 -
CMYK 0 0.73 0.21 0.70
HSL 317.14º 0.57% 0.19% -
HSV(B) 317.14º 0.73% 0.3% -
XYZ 4.17 2.45 4.67 -
YUV 42.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 77 21 61 0 0.73 0.21 0.70 317.14 0.57 0.19
Hex 4D 15 3D 0 49 15 46 13D 39 13
Octal 115 25 75 0 111 25 106 475 71 23
Binary 1001101 10101 111101 0 1001001 10101 1000110 100111101 111001 10011

Color Harmonies of #4D153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D153D

Black with #4D153D

Text Example


Text Example

White with #4D153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D153D; }

 p { color: rgb(77,21,61); }

 H1.HeaderClassName
 {
   color: #4D153D;
 }
 .AnyTagClassName
 {
   color: #4D153D;
 }
</style>

background-color css

<style>
 a { background-color: #4D153D; }

 a { background-color: rgb(77,21,61); }

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

border-color css

<style>
 span { border-color: #4D153D; }

 span { border-color: rgb(77,21,61); }

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