Html Css Color HEX #4D152D Blackberry

📋 copy color: '#4D152D'

red 77 ◦ green 21 ◦ blue 45

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

Shades of Blackberry #4D152D

Tints of Blackberry #4D152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 31.47%

R = 53.85%
G = 14.69%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#4D152D (or 0x4D152D) is known color: Blackberry. HEX triplet: 4D, 15 and 2D. RGB value is (77,21,45). Sum of RGB (Red+Green+Blue) = 77+21+45=143 (18% of max value = 765). Red value is 77 (30.47% from 255 or 53.85% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 77 - color contains mainly: red. Hex color #4D152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D152D is #B2EAD2. Grayscale: #282828. Windows color (decimal): -11725523 or 2954573. OLE color: 2954573.

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

Color convert

RGB 77 21 45 -
CMYK 0 0.73 0.42 0.70
HSL 334.29º 0.57% 0.19% -
HSV(B) 334.29º 0.73% 0.3% -
XYZ 3.8 2.3 2.73 -
YUV 40.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 77 21 45 0 0.73 0.42 0.70 334.29 0.57 0.19
Hex 4D 15 2D 0 49 2A 46 14E 39 13
Octal 115 25 55 0 111 52 106 516 71 23
Binary 1001101 10101 101101 0 1001001 101010 1000110 101001110 111001 10011

Color Harmonies of #4D152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D152D

Black with #4D152D

Text Example


Text Example

White with #4D152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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