Html Css Color HEX #4D153A Blackberry

📋 copy color: '#4D153A'

red 77 ◦ green 21 ◦ blue 58

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

Shades of Blackberry #4D153A

Tints of Blackberry #4D153A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 37.18%

R = 49.36%
G = 13.46%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.70

RGB Variations

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

Color information

#4D153A (or 0x4D153A) is known color: Blackberry. HEX triplet: 4D, 15 and 3A. RGB value is (77,21,58). Sum of RGB (Red+Green+Blue) = 77+21+58=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D153A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D153A is #B2EAC5. Grayscale: #292929. Windows color (decimal): -11725510 or 3806541. OLE color: 3806541.

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

Color convert

RGB 77 21 58 -
CMYK 0 0.73 0.25 0.70
HSL 320.36º 0.57% 0.19% -
HSV(B) 320.36º 0.73% 0.3% -
XYZ 4.09 2.42 4.25 -
YUV 41.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 77 21 58 0 0.73 0.25 0.70 320.36 0.57 0.19
Hex 4D 15 3A 0 49 19 46 140 39 13
Octal 115 25 72 0 111 31 106 500 71 23
Binary 1001101 10101 111010 0 1001001 11001 1000110 101000000 111001 10011

Color Harmonies of #4D153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D153A

Black with #4D153A

Text Example


Text Example

White with #4D153A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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