Html Css Color HEX #4D0530 Blackberry

📋 copy color: '#4D0530'

red 77 ◦ green 5 ◦ blue 48

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

Shades of Blackberry #4D0530

Tints of Blackberry #4D0530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.85%

 BLUE value IS 48 (19.14% from 255) = 36.92%

R = 59.23%
G = 3.85%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#4D0530 (or 0x4D0530) is known color: Blackberry. HEX triplet: 4D, 05 and 30. RGB value is (77,5,48). Sum of RGB (Red+Green+Blue) = 77+5+48=130 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.23% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0530 is #B2FACF. Grayscale: #1F1F1F. Windows color (decimal): -11729616 or 3147085. OLE color: 3147085.

HSL color Cylindrical-coordinate representation of color #4D0530: hue angle of 324.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0530 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 5 48 -
CMYK 0 0.94 0.38 0.70
HSL 324.17º 0.88% 0.16% -
HSV(B) 324.17º 0.94% 0.3% -
XYZ 3.65 1.9 2.97 -
YUV 31.43 137.35 160.5 -
System Red Green Blue C M Y K H S L
Decimal 77 5 48 0 0.94 0.38 0.70 324.17 0.88 0.16
Hex 4D 5 30 0 5E 26 46 144 58 10
Octal 115 5 60 0 136 46 106 504 130 20
Binary 1001101 101 110000 0 1011110 100110 1000110 101000100 1011000 10000

Color Harmonies of #4D0530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0530

Black with #4D0530

Text Example


Text Example

White with #4D0530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,5,48); }

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

background-color css

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

 a { background-color: rgb(77,5,48); }

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

border-color css

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

 span { border-color: rgb(77,5,48); }

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