Html Css Color HEX #4D152F Blackberry

📋 copy color: '#4D152F'

red 77 ◦ green 21 ◦ blue 47

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

Shades of Blackberry #4D152F

Tints of Blackberry #4D152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 32.41%

R = 53.1%
G = 14.48%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#4D152F (or 0x4D152F) is known color: Blackberry. HEX triplet: 4D, 15 and 2F. RGB value is (77,21,47). Sum of RGB (Red+Green+Blue) = 77+21+47=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D152F is #B2EAD0. Grayscale: #282828. Windows color (decimal): -11725521 or 3085645. OLE color: 3085645.

HSL color Cylindrical-coordinate representation of color #4D152F: hue angle of 332.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 #4D152F is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 21 47 -
CMYK 0 0.73 0.39 0.70
HSL 332.14º 0.57% 0.19% -
HSV(B) 332.14º 0.73% 0.3% -
XYZ 3.84 2.32 2.93 -
YUV 40.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 77 21 47 0 0.73 0.39 0.70 332.14 0.57 0.19
Hex 4D 15 2F 0 49 27 46 14C 39 13
Octal 115 25 57 0 111 47 106 514 71 23
Binary 1001101 10101 101111 0 1001001 100111 1000110 101001100 111001 10011

Color Harmonies of #4D152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D152F

Black with #4D152F

Text Example


Text Example

White with #4D152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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